From 96cd80c8b2d8a1a2e6a621a9963dc9775a968d60 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 18 Aug 2003 17:50:00 +0000 Subject: [PATCH] A warning for the settings on the module variables pages --- lang/en/moodle.php | 1 + 1 file changed, 1 insertion(+) 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!"; -- 2.39.5