From 098514660f6dc0e6c0e693647784a5fc346987d2 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 29 Oct 2017 12:56:45 +0400 Subject: Edit translation --- classes/editform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') 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"); -- cgit v1.2.3