From 8193b23549b5cf91bf34211de98d08f10c2e1b5a Mon Sep 17 00:00:00 2001 From: rkingdon Date: Wed, 16 Jun 2004 19:29:20 +0000 Subject: [PATCH] Fixed bug #1568. --- mod/lesson/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5