From 44d70cc7539fd7bfea1ff125f3ca3d4e33b224d1 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Tue, 10 Apr 2012 11:29:57 +0800 Subject: [PATCH] MDL-32299 quiz mod_form: fix help string typo --- lang/en/question.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/question.php b/lang/en/question.php index 69af423b497..d0c2862818c 100644 --- a/lang/en/question.php +++ b/lang/en/question.php @@ -381,7 +381,7 @@ $string['responsehistory'] = 'Response history'; $string['restart'] = 'Start again'; $string['restartwiththeseoptions'] = 'Start again with these options'; $string['rightanswer'] = 'Right answer'; -$string['rightanswer_help'] = 'an automtically gererated summary of the correct response. This can be limited, so you may wish to consider explaining the correct solution in the general feedback for the question, and turning this option off.'; +$string['rightanswer_help'] = 'an automatically generated summary of the correct response. This can be limited, so you may wish to consider explaining the correct solution in the general feedback for the question, and turning this option off.'; $string['saved'] = 'Saved: {$a}'; $string['saveflags'] = 'Save the state of the flags'; $string['settingsformultipletries'] = 'Settings for multiple tries'; -- 2.43.0