From: skodak Date: Tue, 26 Sep 2006 06:29:04 +0000 (+0000) Subject: file delete and rename warnings polished X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2c1f712c16a80f6276e29c2631c06a2a76ab88c2;p=moodle.git file delete and rename warnings polished --- 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.'; ?>