From 3838d99a8666c9b88dc79e80492b743bd0ff3bc3 Mon Sep 17 00:00:00 2001 From: whchuang Date: Tue, 2 Oct 2007 17:59:06 +0000 Subject: [PATCH] added missing string definition for sectionerror. Fixed MDL-10766 --- lang/en_utf8/moodle.php | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.39.5