diff --git a/grade/report/outcomes/index.php b/grade/report/outcomes/index.php index 4052aea3041..55dbf21680f 100644 --- a/grade/report/outcomes/index.php +++ b/grade/report/outcomes/index.php @@ -86,7 +86,7 @@ foreach ($outcomes as $outcomeid => $outcome) { $html = '<table class="generaltable boxaligncenter" width="90%" cellspacing="1" cellpadding="5" summary="Outcomes Report">' . "\n"; $html .= '<tr><th class="header c0" scope="col">' . get_string('outcomename', 'grades') . '</th>'; -$html .= '<th class="header c1" scope="col">' . get_string('overallavg', 'grades') . '</th>'; +$html .= '<th class="header c1" scope="col">' . get_string('courseavg', 'grades') . '</th>'; $html .= '<th class="header c2" scope="col">' . get_string('sitewide', 'grades') . '</th>'; $html .= '<th class="header c3" scope="col">' . get_string('activities', 'grades') . '</th>'; $html .= '<th class="header c4" scope="col">' . get_string('average', 'grades') . '</th>'; diff --git a/lang/en_utf8/grades.php b/lang/en_utf8/grades.php index d44385b2745..5040b6c41fd 100644 --- a/lang/en_utf8/grades.php +++ b/lang/en_utf8/grades.php @@ -380,7 +380,7 @@ $string['overridesitedefaultgradedisplaytypehelp'] = 'Tick this checkbox to enab $string['overridden'] = 'Overridden'; $string['overriddenhelp'] = 'When on, the overridden flag prevents any future attempts to automatically adjust the value of the grade. This flag is often set internally by the gradebook, but can be switched on and off manually using this form element.'; $string['overriddennotice'] = 'Your final grade from this activity was manually adjusted.'; -$string['overallavg'] = 'Overall average'; +$string['courseavg'] = 'Course average'; $string['parentcategory'] = 'Parent category'; $string['pctoftotalgrade'] = '%% of total grade'; $string['percent'] = 'Percent';