From: moodler Date: Thu, 4 Oct 2007 06:06:07 +0000 (+0000) Subject: FIxed a string name which changed X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4533997ff73738733ef65a8a3c2d6df70c13af83;p=moodle.git FIxed a string name which changed --- diff --git a/lang/en_utf8/qtype_multichoice.php b/lang/en_utf8/qtype_multichoice.php index 809065474b..af353c688f 100644 --- a/lang/en_utf8/qtype_multichoice.php +++ b/lang/en_utf8/qtype_multichoice.php @@ -7,7 +7,7 @@ $string['addmorechoiceblanks'] = 'Blanks for {no} More Choices'; $string['answerhowmany'] = 'One or multiple answers?'; $string['answernumbering'] = 'Number the choices?'; $string['answernumberingabc'] = 'a., b., c., ...'; -$string['answernumberingABC'] = 'A., B., C., ...'; +$string['answernumberingABCD'] = 'A., B., C., ...'; $string['answernumbering123'] = '1., 2., 3., ...'; $string['answernumberingnone'] = 'No numbering'; $string['answersingleno'] = 'Multiple answers allowed';