mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
gradebook MDL-22521 fixed a get_string call to a non-existent string
This commit is contained in:
parent
73753e866d
commit
1c349e9524
@ -142,7 +142,7 @@ class edit_category_form extends moodleform {
|
||||
}
|
||||
}
|
||||
$mform->addElement('select', 'grade_item_scaleid', get_string('scale'), $options);
|
||||
$mform->setHelpButton('grade_item_scaleid', array('scaleid', get_string('scaleid', 'grades'), 'grade'), true);
|
||||
$mform->setHelpButton('grade_item_scaleid', array('scaleid', get_string('scale'), 'grade'), true);
|
||||
$mform->disabledIf('grade_item_scaleid', 'grade_item_gradetype', 'noteq', GRADE_TYPE_SCALE);
|
||||
$mform->disabledIf('grade_item_scaleid', 'aggregation', 'eq', GRADE_AGGREGATE_SUM);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user