MDL-29108 Fixing a typo

Spotted by Sam during the review (23)
This commit is contained in:
David Mudrak
2011-11-11 12:17:01 +01:00
parent 6f19a2a98b
commit 794cea253c
+1 -1
View File
@@ -38,7 +38,7 @@ $string['gradingmanagementtitle'] = 'Advanced grading: {$a->component} ({$a->are
$string['gradingmethod'] = 'Grading method';
$string['gradingmethod_help'] = 'Choose the advanced grading method that should be used for calculating grades in the given context.
To disable advance grading and switch back to the default grading mechanism, choose \'Simple direct grading\'.';
To disable advanced grading and switch back to the default grading mechanism, choose \'Simple direct grading\'.';
$string['gradingmethodnone'] = 'Simple direct grading';
$string['gradingmethods'] = 'Grading methods';
$string['manageactionclone'] = 'Create new grading form from a template';