aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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()));