From: koenr Date: Mon, 29 Jan 2007 20:36:47 +0000 (+0000) Subject: typo MDL-8350 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=018caef02f994023dc37cf0f346b895d2d07faf0;p=moodle.git typo MDL-8350 --- diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php index 946d47eca1..92af727270 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -264,7 +264,7 @@ $string['studentresponse'] = '{$a}\'s response'; $string['submitname'] = 'Submit name'; $string['teacherjumpwarning'] = 'An $a->cluster jump or an $a->unseen jump is being used in this lesson. The Next Page jump will be used instead. Login as a student to test these jumps.'; $string['teacherongoingwarning'] = 'Ongoing score is only displayed for student. Login as a student to test ongoing score'; -$string['teachertimerwarning'] = 'Timer only works for students. Test the timer by loggin in as a student.'; +$string['teachertimerwarning'] = 'Timer only works for students. Test the timer by logging in as a student.'; $string['thatsthecorrectanswer'] = 'That\'s the correct answer'; $string['thatsthewronganswer'] = 'That\'s the wrong answer'; $string['thefollowingpagesjumptothispage'] = 'The following pages jump to this page';