Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9491f60
)
MDL-31513 rename 'Edit service' to 'Save changes'
author
Iurii Kucherov
<yuyokk@gmail.com>
Thu, 22 Mar 2012 19:08:24 +0000
(21:08 +0200)
committer
Sam Hemelryk
<sam@moodle.com>
Sun, 25 Mar 2012 23:11:53 +0000
(12:11 +1300)
admin/webservice/forms.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/webservice/forms.php
b/admin/webservice/forms.php
index
5185b9b
..
96e53c6
100644
(file)
--- a/
admin/webservice/forms.php
+++ b/
admin/webservice/forms.php
@@
-112,7
+112,7
@@
class external_service_form extends moodleform {
$mform->setType('id', PARAM_INT);
if (!empty($service->id)) {
- $buttonlabel = get_string('
editaservice', 'webservice
');
+ $buttonlabel = get_string('
savechanges
');
} else {
$buttonlabel = get_string('addaservice', 'webservice');
}