diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-21 10:36:42 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-21 10:36:42 +0300 |
commit | a6c6081139936f58a271ae9cceaa7edbafd6e001 (patch) | |
tree | e13c3747e657831e82aba5c4641c5c506bf5e3f2 | |
parent | 95602678336cfefc4ffbded82fa103b2d89c5ae0 (diff) | |
download | local_webhooks-a6c6081139936f58a271ae9cceaa7edbafd6e001.tar.xz local_webhooks-a6c6081139936f58a271ae9cceaa7edbafd6e001.zip |
Edit translation
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | restorebackup.php | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -77,7 +77,7 @@ echo $OUTPUT->header(); /* Adds the add button */ $addserviceurl = new moodle_url($editservice); -echo $OUTPUT->single_button($addserviceurl, new lang_string("addaservice", "webservice")); +echo $OUTPUT->single_button($addserviceurl, new lang_string("changessaved", "moodle")); /* Adds a delete button */ $deleteallurl = new moodle_url($managerservice, array("deleteall" => true, "sesskey" => sesskey())); diff --git a/restorebackup.php b/restorebackup.php index c748d66..174a9b2 100644 --- a/restorebackup.php +++ b/restorebackup.php @@ -61,4 +61,5 @@ echo $OUTPUT->header(); /* Displays the form */ $mform->display(); +/* Footer */ echo $OUTPUT->footer();
\ No newline at end of file |