MDL-12096 changed label of parent cat, merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2007-11-16 07:36:18 +00:00
parent 7cd266e9b1
commit 61ac129b10
2 changed files with 2 additions and 2 deletions

View File

@ -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 !== '') {

View File

@ -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 !== '') {