]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed bug #1568.
authorrkingdon <rkingdon>
Wed, 16 Jun 2004 19:29:20 +0000 (19:29 +0000)
committerrkingdon <rkingdon>
Wed, 16 Jun 2004 19:29:20 +0000 (19:29 +0000)
mod/lesson/view.php

index 4a838efdb09ce20db4f1e310d1ec0b0c58ccb818..e61962dbc81a70ef378dd28d3899fb3e9c990267 100644 (file)
             echo "</td></tr>\n";
             echo "<tr><td><b>".get_string("questiontype", "lesson").":</b> \n";
             choose_from_menu($LESSON_QUESTION_TYPE, "qtype", LESSON_MULTICHOICE, "");
-            helpbutton("questiontype", get_string("questiontype", "lesson"), "lesson");
+            helpbutton("questiontypes", get_string("questiontype", "lesson"), "lesson");
             echo "<br /><b>".get_string("questionoption", "lesson").":</b>\n";
             echo " <input type=\"checkbox\" name=\"qoption\" value=\"1\"/>";
             helpbutton("questionoption", get_string("questionoption", "lesson"), "lesson");