From 0f1935fa70e51fc4ea9148612b51ef97b0033c11 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Fri, 5 Dec 2014 19:00:29 +0100 Subject: [PATCH] MDL-33648 mod_lesson: Essay Graded message provider string is ambiguous --- mod/lesson/lang/en/lesson.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lesson/lang/en/lesson.php b/mod/lesson/lang/en/lesson.php index 500d025cc65..b31cb3a3dd6 100644 --- a/mod/lesson/lang/en/lesson.php +++ b/mod/lesson/lang/en/lesson.php @@ -264,7 +264,7 @@ $string['mediafile_help'] = 'To include a pop-up window at the beginning of a le $string['mediafilepopup'] = 'Click here to view'; $string['mediaheight'] = 'Popup window height:'; $string['mediawidth'] = 'Popup window width:'; -$string['messageprovider:graded_essay'] = 'Essay graded notification'; +$string['messageprovider:graded_essay'] = 'Lesson essay graded notification'; $string['minimumnumberofquestions'] = 'Minimum number of questions'; $string['minimumnumberofquestions_help'] = 'This setting specifies the minimum number of questions that will be used to calculate a grade for the activity. If the lesson contains one or more content pages, the minimum number of questions should be set to zero.