]> git.mjollnir.org Git - moodle.git/commitdiff
Fixing a string I thought I fixed before ...
authormoodler <moodler>
Mon, 17 Sep 2007 15:32:24 +0000 (15:32 +0000)
committermoodler <moodler>
Mon, 17 Sep 2007 15:32:24 +0000 (15:32 +0000)
lang/en_utf8/grades.php

index 01575ac17dc03bc5f1288b2e9ee05c9c901c44fe..a722636b4c4d6484babc2b3cd0fe7d1fed87b137 100644 (file)
@@ -252,7 +252,7 @@ $string['maxgrade'] = 'Max Grade';
 $string['mappings'] = 'Grade item mappings';
 $string['meanall'] = 'All grades';
 $string['meangraded'] = 'Non-empty grades';
-$string['meanselection'] = 'Grades selected for averages';
+$string['meanselection'] = 'Grades selected for column averages';
 $string['median'] = 'Median';
 $string['min'] = 'Lowest';
 $string['mode'] = 'Mode';