summaryrefslogtreecommitdiff
path: root/admin_site_other.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-01-12 12:09:21 +0000
committerfisharebest <fisharebest@gmail.com>2011-01-12 12:09:21 +0000
commit68f6f96a1689f21af6c206f65b543268f8915a46 (patch)
treeb24fb2be700e3080044b5facd93a2b96d2261bd9 /admin_site_other.php
parenta9c3a1cf2974f8dc2e67a7ef51bf5ddf6cdc08a1 (diff)
downloadwebtrees-68f6f96a1689f21af6c206f65b543268f8915a46.tar.gz
webtrees-68f6f96a1689f21af6c206f65b543268f8915a46.tar.bz2
webtrees-68f6f96a1689f21af6c206f65b543268f8915a46.zip
Tidy up admin menu
Diffstat (limited to 'admin_site_other.php')
-rw-r--r--admin_site_other.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_site_other.php b/admin_site_other.php
index 305fd3b842..85e4a7f248 100644
--- a/admin_site_other.php
+++ b/admin_site_other.php
@@ -43,7 +43,7 @@ $keep2=safe_POST('keep2', WT_REGEX_UNSAFE);
if (empty($keep1)) $keep1=array();
if (empty($keep2)) $keep2=array();
-print_header(WT_i18n::translate('Other administration'));
+print_header(WT_i18n::translate('Add unlinked records'));
if ($ENABLE_AUTOCOMPLETE) require WT_ROOT.'js/autocomplete.js.htm';