Renamed the label for the customcert intro field

This commit is contained in:
Mark Nelson 2013-04-24 15:42:31 +08:00
parent d566ecc1d3
commit 6b145ee81f
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ class mod_customcert_mod_form extends moodleform_mod {
}
$mform->addRule('name', null, 'required', null, 'client');
$this->add_intro_editor(false, get_string('intro', 'customcert'));
$this->add_intro_editor(false, get_string('description', 'customcert'));
$mform->addElement('header', 'options', get_string('options', 'customcert'));