From 794cea253c002cdcd522eebccb971a7af8ec2ee5 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Fri, 11 Nov 2011 12:17:01 +0100 Subject: [PATCH] MDL-29108 Fixing a typo Spotted by Sam during the review (23) --- lang/en/grading.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/grading.php b/lang/en/grading.php index 29e9089459a..fed4bbc5473 100644 --- a/lang/en/grading.php +++ b/lang/en/grading.php @@ -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'; -- 2.43.0