summaryrefslogtreecommitdiff
path: root/manageservers.php
diff options
context:
space:
mode:
Diffstat (limited to 'manageservers.php')
-rw-r--r--manageservers.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/manageservers.php b/manageservers.php
index 36204932ca..e61c7aeaf8 100644
--- a/manageservers.php
+++ b/manageservers.php
@@ -39,7 +39,7 @@ require_once WT_ROOT.'includes/functions/functions_edit.php';
require_once WT_ROOT.'includes/functions/functions_import.php';
require_once WT_ROOT.'includes/classes/class_serviceclient.php';
-print_header(i18n::translate('Manage Sites'));
+print_header(i18n::translate('Manage sites'));
//-- only allow gedcom admins here
if (!WT_USER_GEDCOM_ADMIN) {
print i18n::translate('<b>Access Denied</b><br />You do not have access to this resource.');
@@ -217,7 +217,7 @@ function showSite(siteID) {
<table class="width66" align="center">
<tr>
<td colspan="2" class="title" align="center">
- <?php echo i18n::translate('Manage Sites');?>
+ <?php echo i18n::translate('Manage sites');?>
</td>
</tr>
<tr>