]> git.mjollnir.org Git - moodle.git/commitdiff
Merged string fix from stable 19
authormoodler <moodler>
Thu, 22 Nov 2007 07:05:30 +0000 (07:05 +0000)
committermoodler <moodler>
Thu, 22 Nov 2007 07:05:30 +0000 (07:05 +0000)
lang/en_utf8/grades.php

index bdd5351e42881e0b9accbdb907cb750093082c3c..c64423dc7bdcd6ec5e2a74a9eb77f34f0d628524 100644 (file)
@@ -14,7 +14,7 @@ $string['addoutcomeitem'] = 'Add outcome item';
 $string['aggregateextracreditmean'] = 'Mean of grades (with extra credits)';
 $string['aggregatemean'] = 'Mean of grades';
 $string['aggregatemedian'] = 'Median of grades';
-$string['aggregatemin'] = 'Smallest grade';
+$string['aggregatemin'] = 'Lowest grade';
 $string['aggregatemax'] = 'Highest grade';
 $string['aggregatemode'] = 'Mode of grades';
 $string['aggregateonlygraded'] = 'Aggregate only non-empty grades';