From: stronk7 Date: Sun, 3 Feb 2008 18:33:09 +0000 (+0000) Subject: Add some outcomes missing strings. MDL-13318 ; merged from 19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=842874ebf8f7caceb61e33ee6aba1b356a8bc2f0;p=moodle.git Add some outcomes missing strings. MDL-13318 ; merged from 19_STABLE --- diff --git a/lang/en_utf8/grades.php b/lang/en_utf8/grades.php index c021b578ee..3792932d3a 100644 --- a/lang/en_utf8/grades.php +++ b/lang/en_utf8/grades.php @@ -214,6 +214,8 @@ $string['grademaxhelp'] = 'The maximum allowable grade for this grade item.'; $string['grademin'] = 'Minimum grade'; $string['grademinhelp'] = 'The minimum allowable grade for this grade item.'; $string['gradeoutcomeitem'] = 'Grade outcome item'; +$string['gradeoutcomes'] = 'Outcomes'; +$string['gradeoutcomescourses'] = 'Course outcomes'; $string['gradepass'] = 'Grade to pass'; $string['gradepasshelp'] = 'What grade is needed to pass?'; $string['gradepublishing'] = 'Enable publishing';