From 005789bbd9268737b6c2ac0614ad981d93f4fa78 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 30 Apr 2009 09:17:36 +0000 Subject: [PATCH] MDL-18951 standardised group support in grader report - forgotten string --- lang/en_utf8/grades.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/grades.php b/lang/en_utf8/grades.php index b3207d5e1c8..55035d98b8f 100644 --- a/lang/en_utf8/grades.php +++ b/lang/en_utf8/grades.php @@ -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';