From 1032b61d3fbe2aa98adb3efce5bd5aff2e5d1d13 Mon Sep 17 00:00:00 2001 From: mark-nielsen Date: Mon, 18 Sep 2006 01:29:03 +0000 Subject: [PATCH] Added lang entry for display default feedback --- lang/en_utf8/lesson.php | 2 ++ 1 file changed, 2 insertions(+) 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'; + ?> -- 2.39.5