From: tjhunt Date: Wed, 23 Aug 2006 09:23:56 +0000 (+0000) Subject: Improved one language string. Thank Mitshiro Yoshida. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=78fd16a5fb5951fc3e7c1945efeacf499cdf56ac;p=moodle.git Improved one language string. Thank Mitshiro Yoshida. --- diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 423f5569fe..c8c03d1960 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -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';