]> git.mjollnir.org Git - moodle.git/commitdiff
lesson lang string: MDL-17209 typo fix
authorwildgirl <wildgirl>
Thu, 13 Nov 2008 14:59:17 +0000 (14:59 +0000)
committerwildgirl <wildgirl>
Thu, 13 Nov 2008 14:59:17 +0000 (14:59 +0000)
lang/en_utf8/lesson.php

index 0f7adf127a24bafacab1f67400cd35af4d888bbb..f14f75bd2b003402b00ffb6c84c611d1d288ce79 100644 (file)
@@ -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.<br/>Your $a->essayquestions essay question(s) will be graded and added<br />into your final score at a later date.<br /><br />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.<br />Your $a->essayquestions essay question(s) will be graded and added<br />into your final score at a later date.<br /><br />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';