diff options
Diffstat (limited to 'classes')
-rw-r--r-- | classes/editform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/editform.php b/classes/editform.php index ef61f52..f3b877b 100644 --- a/classes/editform.php +++ b/classes/editform.php @@ -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"); |