From: jerome Date: Thu, 4 Sep 2008 07:26:38 +0000 (+0000) Subject: MDL-15402: change "delete confirmation" message X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ef259bff4221f5755233695d01815a9a8d43fa26;p=moodle.git MDL-15402: change "delete confirmation" message --- diff --git a/lang/en_utf8/repository.php b/lang/en_utf8/repository.php index 355bf85bd2..17e11d5d37 100644 --- a/lang/en_utf8/repository.php +++ b/lang/en_utf8/repository.php @@ -11,7 +11,7 @@ $string['copying'] = 'Copying'; $string['configcacheexpire'] = 'Configurate the cache expired time (in minutes).'; $string['configsaved'] = 'Configuration saved!'; $string['confirmdelete'] = 'Are you sure you want to delete this repository - $a?'; -$string['confirmremove'] = 'Are you sure you want to remove this repository plugin and all of its instances - $a?'; +$string['confirmremove'] = 'Are you sure you want to remove this repository plugin, its options and all of its instances - $a?'; $string['create'] = 'Create'; $string['createrepository'] = 'Create a repository instance'; $string['createinstance'] = 'Create a repository instance';