MDL-12096 changed label of parent cat, merged from MOODLE_19_STABLE
This commit is contained in:
@@ -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 !== '') {
|
||||
|
||||
Reference in New Issue
Block a user