diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-01-12 12:09:21 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-01-12 12:09:21 +0000 |
| commit | 68f6f96a1689f21af6c206f65b543268f8915a46 (patch) | |
| tree | b24fb2be700e3080044b5facd93a2b96d2261bd9 /admin_site_other.php | |
| parent | a9c3a1cf2974f8dc2e67a7ef51bf5ddf6cdc08a1 (diff) | |
| download | webtrees-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.php | 2 |
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'; |
