summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-16 21:38:45 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-16 21:38:45 +0000
commit25db6f782e26b5ea087e100c62b49da69e0adb42 (patch)
tree0eb080cdee3651100ec453a6d7e205317cf34123
parent67ce27c13088a6c135aaa3bb491c807c8fb948e8 (diff)
downloadwebtrees-25db6f782e26b5ea087e100c62b49da69e0adb42.tar.gz
webtrees-25db6f782e26b5ea087e100c62b49da69e0adb42.tar.bz2
webtrees-25db6f782e26b5ea087e100c62b49da69e0adb42.zip
Remove obvious help text.
-rw-r--r--admin_site_clean.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin_site_clean.php b/admin_site_clean.php
index c8896c22d4..6931969f4a 100644
--- a/admin_site_clean.php
+++ b/admin_site_clean.php
@@ -80,8 +80,6 @@ foreach (get_all_gedcoms() as $ged_id=>$gedcom) {
echo
'<h3>', WT_I18N::translate('Cleanup data directory'), '</h3>',
'<p>',
- WT_I18N::translate('To delete a file or subdirectory from the data directory select its checkbox. Click the Delete button to permanently remove the indicated files.'),
- '</p><p>',
WT_I18N::translate('Files marked with %s are required for proper operation and cannot be removed.', '<img src="./images/RESN_confidential.gif" alt="" />'),
'</p>';