]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12096 changed label of parent cat, merged from MOODLE_19_STABLE
authorskodak <skodak>
Fri, 16 Nov 2007 07:36:18 +0000 (07:36 +0000)
committerskodak <skodak>
Fri, 16 Nov 2007 07:36:18 +0000 (07:36 +0000)
grade/edit/tree/category_form.php
grade/edit/tree/item_form.php

index 050415db17cde20ea25f97982521033cf0c4656f..7aa1a1c6ec6a60e675c6674245c7a0cc4b8715fd 100644 (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 !== '') {
index 153fa89d1737f3cd9dd1506c2a3b967e97f4bb12..7736d197ba2ba7a81d4dde7a024b86e159b9e738 100644 (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 !== '') {