Skip to content

Commit

Permalink
Merging from 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Jan 24, 2008
1 parent f92d7ac commit 55c9ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/edit/tree/item_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function definition() {
}
}
$mform->addElement('select', 'scaleid', get_string('scale'), $options);
$mform->setHelpButton('scaleid', array(false, get_string('scale'),
$mform->setHelpButton('scaleid', array(false, get_string('scale', 'grades'),
false, true, false, get_string('scaleidhelp', 'grades', get_string('gradeitem', 'grades'))));
$mform->disabledIf('scaleid', 'gradetype', 'noteq', GRADE_TYPE_SCALE);

Expand Down

0 comments on commit 55c9ebf

Please sign in to comment.