From 740366f4468a77d20018c75283afdcd78321e6bc Mon Sep 17 00:00:00 2001 From: wildgirl Date: Thu, 13 Nov 2008 14:59:17 +0000 Subject: [PATCH] lesson lang string: MDL-17209 typo fix --- lang/en_utf8/lesson.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php index 0f7adf127a..f14f75bd2b 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -111,7 +111,7 @@ $string['displayleftif'] = 'and only display if $a has grade greater than:'; $string['displayleftmenu'] = 'Display left menu'; $string['displayofgrade'] = 'Display of grade (for students only)'; $string['displayreview'] = 'Display review button'; -$string['displayscorewithessays'] = 'You earned $a->score out of $a->tempmaxgrade for the automatically graded questions.
Your $a->essayquestions essay question(s) will be graded and added
into your final score at a later date.

Your current grade without the essay question(s) is $a->score out of $a->grade'; +$string['displayscorewithessays'] = 'You earned $a->score out of $a->tempmaxgrade for the automatically graded questions.
Your $a->essayquestions essay question(s) will be graded and added
into your final score at a later date.

Your current grade without the essay question(s) is $a->score out of $a->grade'; $string['displayscorewithoutessays'] = 'Your score is $a->score (out of $a->grade).'; $string['edit'] = 'Edit'; $string['editlessonsettings'] = 'Edit lesson settings'; -- 2.39.5