mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Fixed names of total columns
This commit is contained in:
parent
58d9b706d8
commit
aac4c3807f
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user