From: tjhunt Date: Mon, 23 Mar 2009 03:57:45 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c159da4ce59d81d6fa9da7a6f648872f8e5b1f43;p=moodle.git Fix typo. --- diff --git a/mod/quiz/lib.php b/mod/quiz/lib.php index 981134c1c4..0ab8d9c244 100644 --- a/mod/quiz/lib.php +++ b/mod/quiz/lib.php @@ -1051,7 +1051,7 @@ function quiz_question_list_instances($questionid) { * @param $mform form passed by reference */ function quiz_reset_course_form_definition(&$mform) { - $mform->addElement('header', 'forumheader', get_string('modulenameplural', 'quiz')); + $mform->addElement('header', 'quizheader', get_string('modulenameplural', 'quiz')); $mform->addElement('advcheckbox', 'reset_quiz_attempts', get_string('removeallquizattempts','quiz')); }