From: skodak Date: Sat, 3 Jun 2006 19:58:29 +0000 (+0000) Subject: clarification for restrict modules option - bug #5688; merged from MOODLE_16_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eddb24ed207a8493e2aab6189e2bcceed4645984;p=moodle.git clarification for restrict modules option - bug #5688; merged from MOODLE_16_STABLE --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index f2ce9d0442..d2ed17001e 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -91,7 +91,7 @@ $string['configrequestedteachersname'] = 'Word for teachers used in requested co $string['configrequestedstudentname'] = 'Word for student used in requested courses'; $string['configrequestedstudentsname'] = 'Word for students used in requested courses'; $string['configrestrictbydefault'] = 'Should new courses that are created that fall into the above category have their modules restricted by default?'; -$string['configrestrictmodulesfor'] = 'Which courses should have the setting for disabling some activity modules?'; +$string['configrestrictmodulesfor'] = 'Which courses should have the setting for disabling some activity modules? Note that this setting only applies to teachers, administrators will still be able to add any activity to a course.'; $string['configrunclamonupload'] = 'Run clam AV on file upload? You will need a correct path in pathtoclam for this to work. (Clam AV is a free virus scanner that you can get from http://www.clamav.net/)'; $string['configsectioninterface'] = 'Interface'; $string['configsectionmail'] = 'Mail';