]> git.mjollnir.org Git - moodle.git/commitdiff
Fix typo.
authortjhunt <tjhunt>
Mon, 23 Mar 2009 03:57:45 +0000 (03:57 +0000)
committertjhunt <tjhunt>
Mon, 23 Mar 2009 03:57:45 +0000 (03:57 +0000)
mod/quiz/lib.php

index 981134c1c4ebf9c248a71bb972a2e864196969b5..0ab8d9c244c118d2ec574872aae3d70383c6fe41 100644 (file)
@@ -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'));
 }