webservice MDL-21351 trivial text changes on the admin Manage protocol page

This commit is contained in:
jerome mouneyrac 2010-01-19 08:36:16 +00:00
parent 94e90ab7b7
commit b24b55eb24
2 changed files with 2 additions and 2 deletions

View File

@ -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)';

View File

@ -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').'<br />'.get_string('tablenosave', 'admin');
$return .= get_string('configwebserviceplugins', 'webservice');
$return .= $OUTPUT->box_end();
return highlight($query, $return);