mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Fixed names of total columns
This commit is contained in:
parent
58d9b706d8
commit
aac4c3807f
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue