summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-10-17 16:18:57 +0000
committerfisharebest <fisharebest@gmail.com>2010-10-17 16:18:57 +0000
commitef8766449a5aa0099155992ff40fb959f3089ea5 (patch)
tree4fcc4eefc78d4fb274fd868dbd4206bf0074a731 /themes/colors
parente03ec73233b4907b83fea0998a2b7dc38e6027d3 (diff)
downloadwebtrees-ef8766449a5aa0099155992ff40fb959f3089ea5.tar.gz
webtrees-ef8766449a5aa0099155992ff40fb959f3089ea5.tar.bz2
webtrees-ef8766449a5aa0099155992ff40fb959f3089ea5.zip
I18N: "Admin" is used to mean both Administrator and Administration. Use the full word for consistency.
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/header.php b/themes/colors/header.php
index bb156e7f58..57d0a4fe48 100644
--- a/themes/colors/header.php
+++ b/themes/colors/header.php
@@ -122,7 +122,7 @@ if ($view!='simple') {
'<li><a href="edituser.php" class="icon_color">', getUserFullName(WT_USER_ID), '</a></li>',
' | <li><a href="index.php?logout=1" class="icon_color">', i18n::translate('Logout'), '</a></li>';
if (WT_USER_GEDCOM_ADMIN) {
- echo ' | <li><a href="admin.php" class="icon_color">', i18n::translate('Admin'), '</a></li>';
+ echo ' | <li><a href="admin.php" class="icon_color">', i18n::translate('Administration'), '</a></li>';
}
if (WT_USER_CAN_ACCEPT && exists_pending_change()) {
echo ' | <li><a href="javascript:;" onclick="window.open(\'edit_changes.php\',\'_blank\',\'width=600,height=500,resizable=1,scrollbars=1\'); return false;" style="color:red;">', i18n::translate('Pending Changes'), '</a></li>';