From a6c6081139936f58a271ae9cceaa7edbafd6e001 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 21 Dec 2017 11:36:42 +0400 Subject: Edit translation --- index.php | 2 +- restorebackup.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index a4023b6..37b30b1 100644 --- a/index.php +++ b/index.php @@ -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 -- cgit v1.2.3