]> git.mjollnir.org Git - moodle.git/commitdiff
Improved one language string. Thank Mitshiro Yoshida.
authortjhunt <tjhunt>
Wed, 23 Aug 2006 09:23:56 +0000 (09:23 +0000)
committertjhunt <tjhunt>
Wed, 23 Aug 2006 09:23:56 +0000 (09:23 +0000)
lang/en_utf8/quiz.php

index 423f5569fe30dc57a8465405a5d24b1cc4e6fb02..c8c03d1960efc0cc561d3c4e110d1d9d0b20afc1 100644 (file)
@@ -182,7 +182,7 @@ $string['false'] = 'False';
 $string['feedback'] = 'Feedback';
 $string['feedbackerrorboundaryformat'] = 'Feedback grade boundaries must be either a percentage or a number. The value you entered in boundary $a is not recognised.';
 $string['feedbackerrorboundaryoutofrange'] = 'Feedback grade boundaries must be between 0%% and 100%%. The value you entered in boundary $a is out of range.';
-$string['feedbackerrorjunkinboundary'] = 'You must fill in the feedback boxes without leaving any gaps.';
+$string['feedbackerrorjunkinboundary'] = 'You must fill in the feedback grade boundary boxes without leaving any gaps.';
 $string['feedbackerrorjunkinfeedback'] = 'You must fill in the feedback boxes without leaving any gaps.';
 $string['feedbackerrororder'] = 'Feedback grade boundaries must in order, highest first. The value you entered in boundary $a is out of sequence.';
 $string['file'] = 'File';