]> git.mjollnir.org Git - moodle.git/commitdiff
Added lang entry for display default feedback
authormark-nielsen <mark-nielsen>
Mon, 18 Sep 2006 01:29:03 +0000 (01:29 +0000)
committermark-nielsen <mark-nielsen>
Mon, 18 Sep 2006 01:29:03 +0000 (01:29 +0000)
lang/en_utf8/lesson.php

index a48130835252b50fd1dea20b175353408be7da8b..720b60efe9f4e1d986c12dc68f9ce8e0f37e8758 100644 (file)
@@ -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';
 
+
 ?>