Edit translation

This commit is contained in:
Valentin Popov 2017-10-29 12:56:45 +04:00
parent 07970f36e3
commit 098514660f

View File

@ -90,7 +90,7 @@ class service_edit_form extends moodleform {
$mform->setType("token", PARAM_NOTAGS);
/* Additional information */
$mform->addElement("text", "other", new lang_string("courserequestsupport", "moodle"), $size);
$mform->addElement("text", "other", new lang_string("sourceext", "plugin"), $size);
$mform->setType("other", PARAM_NOTAGS);
$mform->setAdvanced("other");