]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15402: change "delete confirmation" message
authorjerome <jerome>
Thu, 4 Sep 2008 07:26:38 +0000 (07:26 +0000)
committerjerome <jerome>
Thu, 4 Sep 2008 07:26:38 +0000 (07:26 +0000)
lang/en_utf8/repository.php

index 355bf85bd2527883ce152e8f8cbeabccb816265f..17e11d5d37e89ea248feaeb3865a4efbf80c5d74 100644 (file)
@@ -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 <strong style=color:red>all of its instances</strong> - $a?';
+$string['confirmremove'] = 'Are you sure you want to remove this repository plugin, its options and <strong style=color:red>all of its instances</strong> - $a?';
 $string['create'] = 'Create';
 $string['createrepository'] = 'Create a repository instance';
 $string['createinstance'] = 'Create a repository instance';