From b24b55eb246bd6940b577e248771e6ba93ffd4b3 Mon Sep 17 00:00:00 2001 From: jerome mouneyrac Date: Tue, 19 Jan 2010 08:36:16 +0000 Subject: [PATCH] webservice MDL-21351 trivial text changes on the admin Manage protocol page --- lang/en_utf8/webservice.php | 2 +- lib/adminlib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en_utf8/webservice.php b/lang/en_utf8/webservice.php index e700c116110..cfd5fbac8fe 100644 --- a/lang/en_utf8/webservice.php +++ b/lang/en_utf8/webservice.php @@ -11,7 +11,7 @@ $string['apiexplorer'] = 'API explorer'; $string['apiexplorernotavalaible'] = 'API explorer not available yet.'; $string['arguments'] = 'Arguments'; $string['authmethod'] = 'Authentication method'; -$string['configwebserviceplugins'] = 'For security reasons enable only protocols that are used.'; +$string['configwebserviceplugins'] = 'For security reasons only protocols that are in used should be enabled .'; $string['context'] = 'Context'; $string['createtoken'] = 'Create token'; $string['deleteservice'] = 'Delete the service: $a->name (id: $a->id)'; diff --git a/lib/adminlib.php b/lib/adminlib.php index c7bf852e6ff..ab0fc3e96b9 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -6408,7 +6408,7 @@ class admin_setting_managewebserviceprotocols extends admin_setting { $table->data[] = array($displayname, $version, $hideshow, $uninstall, $settings); } $return .= $OUTPUT->table($table); - $return .= get_string('configwebserviceplugins', 'webservice').'
'.get_string('tablenosave', 'admin'); + $return .= get_string('configwebserviceplugins', 'webservice'); $return .= $OUTPUT->box_end(); return highlight($query, $return);