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
+1 -1
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);