From: tjhunt Date: Wed, 14 Mar 2007 11:33:08 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=69945f899eed30f4a021defdf38924c23e7738c4;p=moodle.git Fix typo --- diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index b41beafd7e..a03b09f924 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -467,7 +467,7 @@ $string['showfeedback'] = 'After answering, show feedback?'; $string['showhidden'] = 'Also show old questions'; $string['shownoattempts'] = 'Show students with no attempts'; $string['shownoattemptsonly'] = 'Show only students with no attempts'; -$string['showquestiontext'] = 'Show show question text in the question list'; +$string['showquestiontext'] = 'Show question text in the question list'; $string['showteacherattempts'] = 'Show teacher attempts'; $string['shuffle'] = 'Shuffle'; $string['shuffleanswers'] = 'Shuffle answers';