aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/prune.php
diff options
context:
space:
mode:
authorYuriy Rusko <marshalrusty@phpbb.com>2009-08-06 09:12:21 +0000
committerYuriy Rusko <marshalrusty@phpbb.com>2009-08-06 09:12:21 +0000
commit380b11fe2249f48352d63297119465b6081b1268 (patch)
treeccd41f5acbc28340e2d24c243e0a68259868e740 /phpBB/language/en/acp/prune.php
parenta7509b226a2561b77297b54a1c9391f9fd68d61c (diff)
downloadforums-380b11fe2249f48352d63297119465b6081b1268.tar
forums-380b11fe2249f48352d63297119465b6081b1268.tar.gz
forums-380b11fe2249f48352d63297119465b6081b1268.tar.bz2
forums-380b11fe2249f48352d63297119465b6081b1268.tar.xz
forums-380b11fe2249f48352d63297119465b6081b1268.zip
More language changes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9933 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/prune.php')
-rw-r--r--phpBB/language/en/acp/prune.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/prune.php b/phpBB/language/en/acp/prune.php
index 5e313d20e2..8a06225102 100644
--- a/phpBB/language/en/acp/prune.php
+++ b/phpBB/language/en/acp/prune.php
@@ -37,10 +37,10 @@ if (empty($lang) || !is_array($lang))
// User pruning
$lang = array_merge($lang, array(
- 'ACP_PRUNE_USERS_EXPLAIN' => 'Here you can delete (or deactivate) users from your board. This can be done in a variety of ways; by post count, last activity, etc. Each of these criteria can be combined, i.e. you can prune users last active before 2002-01-01 with fewer than 10 posts. Alternatively you can enter a list of users directly into the text box, each on a separate line - any criteria entered will be ignored. Take care with this facility! Once a user is deleted there is no way back.',
+ 'ACP_PRUNE_USERS_EXPLAIN' => 'This section allows you to delete or deactivate users on your board. Accounts can be filtered in a variety of ways; by post count, most recent activity, etc. Criteria may be combined to narrow down which accounts are affected. For example, you can prune users with fewer than 10 posts, who were also inactive after 2002-01-01. Alternatively, you may skip the criteria selection completely by entering a list of users (each on a separate line) into the text field. Take care with this facility! Once a user is deleted, there is no way to reverse the action.',
'DEACTIVATE_DELETE' => 'Deactivate or delete',
- 'DEACTIVATE_DELETE_EXPLAIN' => 'Choose whether to deactivate users or delete them entirely, note there is no undo!',
+ 'DEACTIVATE_DELETE_EXPLAIN' => 'Choose whether to deactivate users or delete them entirely. Please note that deleted users cannot be restored!',
'DELETE_USERS' => 'Delete',
'DELETE_USER_POSTS' => 'Delete pruned user posts',
'DELETE_USER_POSTS_EXPLAIN' => 'Removes posts made by deleted users, has no effect if users are deactivated.',