mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
MDL-17028 rewording lang strings
This commit is contained in:
parent
d5b04bfd7d
commit
67fe4d505e
@ -222,9 +222,9 @@ $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 grade category ID {$a->id}';
|
||||
$string['errorupdatinggradecategoryaggregateonlygraded'] = 'Error updating the "Aggregate only non-empty grades" setting of grade category ID {$a->id}';
|
||||
$string['errorupdatinggradecategoryaggregateoutcomes'] = 'Error updating the "Include outcomes in aggregation" setting of grade category ID {$a->id}';
|
||||
$string['errorupdatinggradecategoryaggregatesubcats'] = 'Error updating the "Aggregate including subcategories" setting of grade category ID {$a->id}';
|
||||
$string['errorupdatinggradecategoryaggregation'] = 'Error updating the aggregation type of grade category ID {$a->id}';
|
||||
$string['errorupdatinggradeitemaggregationcoef'] = 'Error updating the aggregation coefficient (weight or extra credit) of grade item ID {$a->id}';
|
||||
$string['exceptions'] = 'Exceptions';
|
||||
|
Loading…
x
Reference in New Issue
Block a user