Fixed DELETE button - #12

This commit is contained in:
Daniel Thee Roperto
2016-09-01 10:57:25 +10:00
parent 1dafbc8672
commit 1afb0493ea

View File

@@ -41,7 +41,7 @@ class outagedeleteform extends \moodleform {
$mform->addElement('hidden', 'id');
$mform->setType('id', PARAM_INT);
$this->add_action_buttons(true, 'Remove');
$this->add_action_buttons(true, get_string('ok'));
}
/**