diff options
| -rw-r--r-- | admin_site_clean.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_site_clean.php b/admin_site_clean.php index ff13aeedb3..fc600afc6a 100644 --- a/admin_site_clean.php +++ b/admin_site_clean.php @@ -79,7 +79,7 @@ print_header(WT_I18N::translate('Cleanup data directory')); echo '<h3>', WT_I18N::translate('Cleanup data directory'), '</h3>', '<p>', - WT_I18N::translate('To delete a file or subdirectory from the data directory drag it to the wastebasket or select its checkbox. Click the Delete button to permanently remove the indicated files.'), + 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>'; |
