From ef8766449a5aa0099155992ff40fb959f3089ea5 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Sun, 17 Oct 2010 16:18:57 +0000 Subject: I18N: "Admin" is used to mean both Administrator and Administration. Use the full word for consistency. --- themes/colors/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/colors') 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') { '
  • ', getUserFullName(WT_USER_ID), '
  • ', ' |
  • ', i18n::translate('Logout'), '
  • '; if (WT_USER_GEDCOM_ADMIN) { - echo ' |
  • ', i18n::translate('Admin'), '
  • '; + echo ' |
  • ', i18n::translate('Administration'), '
  • '; } if (WT_USER_CAN_ACCEPT && exists_pending_change()) { echo ' |
  • ', i18n::translate('Pending Changes'), '
  • '; -- cgit v1.3