Skip to content

Commit

Permalink
Fixed error causing missing strings notifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
steelej committed Mar 22, 2012
1 parent a2b30aa commit b0a37aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/edit/tree/grade_form.php
Expand Up @@ -80,7 +80,7 @@ function definition() {
}

$mform->addElement('select', 'finalgrade', get_string('finalgrade', 'grades'), $scaleopt);
$mform->addHelpButton('finalgrade', 'finalgrade', 'finalgrade');
$mform->addHelpButton('finalgrade', 'finalgrade', 'grades');
$mform->disabledIf('finalgrade', 'overridden', 'notchecked');
}

Expand Down

0 comments on commit b0a37aa

Please sign in to comment.