]> git.mjollnir.org Git - moodle.git/commitdiff
Changing "overall average" to "Course average" in the outcomes report. Merging from...
authornicolasconnault <nicolasconnault>
Thu, 28 Feb 2008 15:52:23 +0000 (15:52 +0000)
committernicolasconnault <nicolasconnault>
Thu, 28 Feb 2008 15:52:23 +0000 (15:52 +0000)
grade/report/outcomes/index.php
lang/en_utf8/grades.php

index 4052aea3041dfbe6f3ad9b648f252dfc59b5d72d..55dbf21680fd31df68b29604cf243aeb1a13eb15 100644 (file)
@@ -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>';
index d44385b27457afc0496f6099c506fb6a01127dab..5040b6c41fd45230012f41784629a3f41ac0e746 100644 (file)
@@ -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';