From 046e5a0509bb85f037c9b7ce41a3f74c3cc35607 Mon Sep 17 00:00:00 2001 From: rkingdon Date: Fri, 12 Mar 2004 15:34:13 +0000 Subject: [PATCH] Additional String, couple of minor changes. --- lang/en/lesson.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/en/lesson.php b/lang/en/lesson.php index 2574176000..938a6eb0b4 100644 --- a/lang/en/lesson.php +++ b/lang/en/lesson.php @@ -19,7 +19,7 @@ $string['congratulations'] = "Congratulations - end of lesson reached"; $string['continue'] = "Continue"; $string['deadline'] = "Deadline"; $string['deletingpage'] = "Deleting page: \$a"; -$string['displayofgrade'] = "Display of grade (for student)"; +$string['displayofgrade'] = "Display of grade (for students only)"; $string['endoflesson'] = "End of lesson"; $string['fileformat'] = "File Format"; $string['firstanswershould'] = "First Answer should Jump to the "Correct" Page"; @@ -30,7 +30,7 @@ $string['maximumnumberofanswers'] = "Maximum number of answers"; $string['maximumnumberofattempts'] = "Maximum number of Attempts"; $string['modulename'] = "Lesson"; $string['modulenameplural'] = "Lessons"; -$string['morethanoneanswer'] = "More than one Answer"; +$string['multianswer'] = "Multianswer"; $string['movepagehere'] = "Move page to here"; $string['moving'] = "Moving page: \$a"; $string['movingtonextpage'] = "Moving to Next Page"; @@ -46,6 +46,7 @@ $string['numberofpagestoshow'] = "Number of Pages (Cards) to Show"; $string['ordered'] = "Ordered"; $string['outof'] = "Out of \$a"; $string['questiontype'] = "Question Type"; +$string['questionoption'] = "Question Option"; $string['page'] = "Page: \$a"; $string['pagecontents'] = "Page contents"; $string['pagetitle'] = "Page title"; -- 2.39.5