From c2f3c09b3b689735584eee235f86cf9cbaa2dcfd Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 14 Mar 2007 11:33:01 +0000 Subject: [PATCH] Fix typo --- lang/en_utf8/quiz.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index fa85db76b17..44fe11e4dcf 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -466,7 +466,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';