Fixed names of total columns

This commit is contained in:
moodler 2007-08-07 09:03:53 +00:00
parent 58d9b706d8
commit aac4c3807f

View File

@ -1082,7 +1082,10 @@ class grade_item extends grade_object {
return format_string($this->itemname);
} else if ($this->is_course_item()) {
return get_string('total');
return get_string('coursetotal', 'grades');
} else if ($this->is_category_item()) {
return get_string('categorytotal', 'grades');
} else {
return get_string('grade');