From 780ff300a833a8fe7e9feeb5e9d098262f87877e Mon Sep 17 00:00:00 2001 From: Adrian Greeve Date: Thu, 23 Oct 2014 15:05:32 +0800 Subject: [PATCH] MDL-43245 mod_lesson: Add string for essay grading permission. --- mod/lesson/lang/en/lesson.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/lesson/lang/en/lesson.php b/mod/lesson/lang/en/lesson.php index 594554f2492..b0232f97037 100644 --- a/mod/lesson/lang/en/lesson.php +++ b/mod/lesson/lang/en/lesson.php @@ -220,6 +220,7 @@ $string['leftduringtimedsession'] = 'You have left during a timed lesson.'; $string['leftduringtimed'] = 'You have left during a timed lesson.
Please click on Continue to restart the lesson.'; $string['leftduringtimednoretake'] = 'You have left during a timed lesson and you are
not allowed to retake or continue the lesson.'; $string['lesson:addinstance'] = 'Add a new lesson'; +$string['lesson:grade'] = 'Grade lesson essay questions'; $string['lessonattempted'] = 'Lesson attempted'; $string['lessonclosed'] = 'This lesson closed on {$a}.'; $string['lessoncloses'] = 'Lesson closes';