]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18951 standardised group support in grader report - forgotten string
authorskodak <skodak>
Thu, 30 Apr 2009 09:17:36 +0000 (09:17 +0000)
committerskodak <skodak>
Thu, 30 Apr 2009 09:17:36 +0000 (09:17 +0000)
lang/en_utf8/grades.php

index b3207d5e1c88dceaf152b1382ec86fe9fd06603a..55035d98b8f47dd26dfd259190eb068030941423 100644 (file)
@@ -174,6 +174,7 @@ $string['errornocalculationallowed'] = 'Calculations are not allowed for this it
 $string['errornocategorisedid'] = 'Could not get an uncategorised id!';
 $string['errornocourse'] = 'Could not get course information';
 $string['errorreprintheadersnonnumeric'] = 'Received non-numeric value for reprint-headers';
+$string['errorsavegrade'] = 'Could not save grade, sorry.';
 $string['errorupdatinggradecategoryaggregateonlygraded'] = 'Error updating the \"Aggregate only graded items\" setting of of grade category ID $a->id';
 $string['errorupdatinggradecategoryaggregateoutcomes'] = 'Error updating the \"Aggregate outcomes\" setting of of grade category ID $a->id';
 $string['errorupdatinggradecategoryaggregatesubcats'] = 'Error updating the \"Aggregate sub-categories\" setting of of grade category ID $a->id';