From: moodler Date: Fri, 28 Jan 2005 17:53:07 +0000 (+0000) Subject: The cron warning has been rewritten, and now has links. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ccad4459d62e7547255110e3b1cc3b5701352e08;p=moodle.git The cron warning has been rewritten, and now has links. --- diff --git a/lang/en/admin.php b/lang/en/admin.php index 8def5b7751..93b4528be0 100755 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -11,7 +11,7 @@ $string['calendarsettings'] = 'Calendar'; $string['confirmation'] = 'Confirmation'; $string['confirmdeletedst'] = 'Deleting the preset named $a will immediately disable DST for all users of that preset. This could possibly change their perception of time without warning. Are you sure you want to continue?'; $string['confirmdeletedstdefault'] = 'The preset named $a is being used for all users of this site! Deleting it will change their perception of time without warning. Are you sure you want to continue?'; -$string['cronwarning'] = 'The cron.php maintenance script has not run recently (at least not in the last 24 hs).
If you have not configured it yet, check the installation instructions, in the Set up cron section.'; +$string['cronwarning'] = 'The cron.php maintenance script has not been run for at least 24 hours.
The installation documentation explains how you can automate this.'; $string['dstisapreference'] = 'Each user can choose which preset to use'; $string['dstisforcedto'] = 'Force all users to use'; $string['dstpresets'] = 'DST Presets';