From: mark-nielsen Date: Mon, 18 Sep 2006 01:29:03 +0000 (+0000) Subject: Added lang entry for display default feedback X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1032b61d3fbe2aa98adb3efce5bd5aff2e5d1d13;p=moodle.git Added lang entry for display default feedback --- diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php index a481308352..720b60efe9 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -76,6 +76,7 @@ $string['description'] = 'Description'; $string['detailedstats'] = 'Detailed statistics'; $string['didnotanswerquestion'] = 'Did not answer this question.'; $string['didnotreceivecredit'] = 'Did not receive credit'; +$string['displaydefaultfeedback'] = 'Display default feedback'; $string['displayhighscores'] = 'Display high scores'; $string['displayinleftmenu'] = 'Display in left menu?'; $string['displayleftif'] = 'and only display if $a has grade greater than: '; @@ -301,4 +302,5 @@ $string['yourcurrentgradeis'] = 'Your current grade is $a'; $string['yourcurrentgradeisoutof'] = 'Your current grade is $a->grade out of $a->total'; $string['youshouldview'] = 'You should answer at least: $a'; + ?>