From: whchuang Date: Tue, 2 Oct 2007 17:59:06 +0000 (+0000) Subject: added missing string definition for sectionerror. Fixed MDL-10766 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3838d99a8666c9b88dc79e80492b743bd0ff3bc3;p=moodle.git added missing string definition for sectionerror. Fixed MDL-10766 --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 1bc0c84459..d47afc015d 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -713,6 +713,7 @@ $string['guestsyes'] = 'Allow guests without the key'; $string['guestuser'] = 'Guest User'; $string['guestuserinfo'] = 'This user is a special user that allows read-only access to some courses.'; $string['healthcenter'] = 'Health Center'; +$string['healthnoproblemsfound'] = 'There is no health problem found!'; $string['healthproblemsdetected'] = 'Health Problems Detected!'; $string['healthproblemsolution'] = 'Health Problem Solution'; $string['healthreturntomain'] = 'Continue';