From 2c1f712c16a80f6276e29c2631c06a2a76ab88c2 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 26 Sep 2006 06:29:04 +0000 Subject: [PATCH] file delete and rename warnings polished --- lang/en_utf8/resource.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en_utf8/resource.php b/lang/en_utf8/resource.php index 852c9dd3c7..1646d9c808 100644 --- a/lang/en_utf8/resource.php +++ b/lang/en_utf8/resource.php @@ -119,7 +119,7 @@ $string['upbutton'] = 'Up'; $string['variablename'] = 'Variable name'; $string['viewims'] = 'View IMS Content Package'; $string['vol'] = 'Vol'; -$string['warningblockingdelete'] = 'Warning: Delete operation is blocked by existing resource. Either update your resources first or disable this safety mechanism in global Resource configuration.'; -$string['warningdisabledrename'] = 'Warning: The automatic renaming of references in resources is disabled. Please update affected resources manually if needed. Automatic renaming can be enabled in global Resource configuration.'; +$string['warningblockingdelete'] = 'Warning: Delete operation is blocked by existing resource. Either update your resources first or ask administartor to disable this safety mechanism in global Resource configuration.'; +$string['warningdisabledrename'] = 'Warning: The automatic renaming of references in resources is disabled. Please update affected resources manually if needed. Administrator can also enable automatic renaming in global Resource configuration.'; ?> -- 2.39.5