Merge branch 'MDL-69956-311' of https://github.com/dcai/moodle into MOODLE_311_STABLE

This commit is contained in:
Víctor Déniz 2021-05-01 13:42:48 +01:00 committed by Eloy Lafuente (stronk7)
commit 2f2f1e6798
3 changed files with 8 additions and 0 deletions

View file

@ -95,3 +95,4 @@ $string['templatetypeown'] = 'Own form';
$string['templatetypeshared'] = 'Shared template';
$string['templatesource'] = 'Location: {$a->component} ({$a->area})';
$string['error:notinrange'] = 'Invalid grade \'{$a->grade}\' provided. Grades must be between 0 and {$a->maxgrade}.';
$string['error:gradingunavailable'] = 'The advanced grading method is not correctly set. Please check the whole forum grading options in the forum settings.';