From 86ea1d8375ef2537561c7e71cb96bf968bb0f37f Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Fri, 8 Nov 2019 12:10:22 +0800 Subject: [PATCH] MDL-66360 lang: fix typo on gradenotificationsubjects string --- lang/en/grades.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/grades.php b/lang/en/grades.php index 3c5f70c3633ea..c60964c0f4076 100644 --- a/lang/en/grades.php +++ b/lang/en/grades.php @@ -319,7 +319,7 @@ $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';