From: moodler Date: Mon, 18 Aug 2003 17:50:00 +0000 (+0000) Subject: A warning for the settings on the module variables pages X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=96cd80c8b2d8a1a2e6a621a9963dc9775a968d60;p=moodle.git A warning for the settings on the module variables pages --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 5b164fcc45..9411e291b0 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -131,6 +131,7 @@ $string['configsmtpuser'] = "If you have specified an SMTP server above, and the $string['configunzip'] = "Indicate the location of your unzip program (Unix only, optional). If specified, this will be used to unpack zip archives on the server. If you leave this blank, then Moodle will use internal routines."; $string['configuration'] = "Configuration"; $string['configvariables'] = "Variables"; +$string['configwarning'] = "Be careful modifying these settings - strange values could cause problems."; $string['configzip'] = "Indicate the location of your zip program (Unix only, optional). If specified, this will be used to create zip archives on the server. If you leave this blank, then Moodle will use internal routines."; $string['confirmed'] = "Your registration has been confirmed"; $string['confirmednot'] = "Your registration has not yet been confirmed!";