Skip to content

Commit

Permalink
Edit translation
Browse files Browse the repository at this point in the history
  • Loading branch information
valentineus committed Oct 29, 2017
1 parent 07970f3 commit 0985146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/editform.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected function definition() {
$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");

Expand Down

0 comments on commit 0985146

Please sign in to comment.