mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
MDL-12096 changed label of parent cat, merged from MOODLE_19_STABLE
This commit is contained in:
parent
7cd266e9b1
commit
61ac129b10
@ -131,7 +131,7 @@ class edit_category_form extends moodleform {
|
||||
}
|
||||
}
|
||||
if (count($categories) > 1) {
|
||||
$mform->addElement('select', 'parentcategory', get_string('parentcategory', 'grades'), $options);
|
||||
$mform->addElement('select', 'parentcategory', get_string('gradecategory', 'grades'), $options);
|
||||
}
|
||||
|
||||
if ($coefstring !== '') {
|
||||
|
@ -173,7 +173,7 @@ class edit_item_form extends moodleform {
|
||||
}
|
||||
|
||||
if (count($categories) > 1) {
|
||||
$mform->addElement('select', 'parentcategory', get_string('parentcategory', 'grades'), $options);
|
||||
$mform->addElement('select', 'parentcategory', get_string('gradecategory', 'grades'), $options);
|
||||
}
|
||||
|
||||
if ($coefstring !== '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user