From: rkingdon Date: Wed, 16 Jun 2004 19:29:20 +0000 (+0000) Subject: Fixed bug #1568. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8193b23549b5cf91bf34211de98d08f10c2e1b5a;p=moodle.git Fixed bug #1568. --- diff --git a/mod/lesson/view.php b/mod/lesson/view.php index 4a838efdb0..e61962dbc8 100644 --- a/mod/lesson/view.php +++ b/mod/lesson/view.php @@ -441,7 +441,7 @@ echo "\n"; echo "".get_string("questiontype", "lesson").": \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 "
".get_string("questionoption", "lesson").":\n"; echo " "; helpbutton("questionoption", get_string("questionoption", "lesson"), "lesson");