MDL-66360 lang: fix typo on gradenotificationsubjects string

This commit is contained in:
Simey Lameze
2019-11-11 15:39:28 +08:00
parent 91946f8c7d
commit 86ea1d8375
+1 -1
View File
@@ -319,7 +319,7 @@ $string['grademax_help'] = 'This setting determines the maximum grade when using
$string['grademin'] = 'Minimum grade';
$string['grademin_help'] = 'This setting determines the minimum grade when using the value grade type.';
$string['gradenotificationmessage'] = 'You have new feedback on your work for "{$a}"';
$string['gradenotificationsubject'] = 'Your have been graded';
$string['gradenotificationsubject'] = 'You have been graded';
$string['gradeoutcomeitem'] = 'Grade outcome item';
$string['gradeoutcomes'] = 'Outcomes';
$string['gradeoutcomescourses'] = 'Course outcomes';