]> git.mjollnir.org Git - moodle.git/commitdiff
file delete and rename warnings polished
authorskodak <skodak>
Tue, 26 Sep 2006 06:29:04 +0000 (06:29 +0000)
committerskodak <skodak>
Tue, 26 Sep 2006 06:29:04 +0000 (06:29 +0000)
lang/en_utf8/resource.php

index 852c9dd3c73680da0de283d115bb49f8f089e59d..1646d9c80862a6caf7a6dd5ae1534e0e38186f51 100644 (file)
@@ -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.';
 
 ?>