From ef259bff4221f5755233695d01815a9a8d43fa26 Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 4 Sep 2008 07:26:38 +0000 Subject: [PATCH] MDL-15402: change "delete confirmation" message --- lang/en_utf8/repository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.5