mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-49983 admin: Improve user menu grades setting language strings
This commit is contained in:
parent
ce16ceb667
commit
6289c2ea94
2 changed files with 3 additions and 2 deletions
|
@ -5212,7 +5212,7 @@ class admin_setting_my_grades_report extends admin_setting_configselect {
|
|||
* Calls parent::__construct with specific arguments.
|
||||
*/
|
||||
public function __construct() {
|
||||
parent::__construct('grade_mygrades_report', new lang_string('grades', 'grades'),
|
||||
parent::__construct('grade_mygrades_report', new lang_string('mygrades', 'grades'),
|
||||
new lang_string('mygrades_desc', 'grades'), 'overview', null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue