]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed a string name which changed
authormoodler <moodler>
Thu, 4 Oct 2007 06:06:07 +0000 (06:06 +0000)
committermoodler <moodler>
Thu, 4 Oct 2007 06:06:07 +0000 (06:06 +0000)
lang/en_utf8/qtype_multichoice.php

index 809065474b31acf0a7ff8aa8abd3863a0d2426c8..af353c688f5ea3d3b68401d035dca32699eef3dc 100644 (file)
@@ -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';