MDL-58207 mod_assign: reword grading due date lang string
authorSimey Lameze <simey@moodle.com>
Mon, 27 Mar 2017 06:45:21 +0000 (14:45 +0800)
committerDan Poltawski <dan@moodle.com>
Tue, 4 Apr 2017 10:01:50 +0000 (11:01 +0100)
Part of MDL-55611 epic.

mod/assign/lang/en/assign.php

index 0cd7827..b27870e 100644 (file)
@@ -249,7 +249,7 @@ $string['gradeoutofhelp_help'] = 'Enter the grade for the student\'s submission
 $string['gradestudent'] = 'Grade student: (id={$a->id}, fullname={$a->fullname}). ';
 $string['grading'] = 'Grading';
 $string['gradingchangessaved'] = 'The grade changes were saved';
-$string['gradingduedate'] = 'Grading due date';
+$string['gradingduedate'] = 'Remind me to grade by';
 $string['gradingduedate_help'] = 'The expected date that marking of the submissions should be completed by. This date is used to prioritise dashboard notifications for teachers.';
 $string['gradechangessaveddetail'] = 'The changes to the grade and feedback were saved';
 $string['gradingmethodpreview'] = 'Grading criteria';