1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 18:04:43 +02:00

Changing "overall average" to "Course average" in the outcomes report. Merging from MOODLE_19_STABLE

This commit is contained in:
nicolasconnault 2008-02-28 15:52:23 +00:00
parent 2673c733de
commit 6fd0984c24
2 changed files with 2 additions and 2 deletions
grade/report/outcomes
lang/en_utf8

@ -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>';

@ -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';