diff options
author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-20 17:37:54 +0000 |
---|---|---|
committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-20 17:37:54 +0000 |
commit | 2c8cae52262c2124bccaa40d31e2aaf75a65e9e6 (patch) | |
tree | 017736339c98f526fed1175c8074c6135040cdd6 /phpBB/language | |
parent | 6fb406919fd277498447fd73b91c344122719fa5 (diff) | |
download | forums-2c8cae52262c2124bccaa40d31e2aaf75a65e9e6.tar forums-2c8cae52262c2124bccaa40d31e2aaf75a65e9e6.tar.gz forums-2c8cae52262c2124bccaa40d31e2aaf75a65e9e6.tar.bz2 forums-2c8cae52262c2124bccaa40d31e2aaf75a65e9e6.tar.xz forums-2c8cae52262c2124bccaa40d31e2aaf75a65e9e6.zip |
#5496
git-svn-id: file:///svn/phpbb/trunk@6623 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/prune.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/prune.php b/phpBB/language/en/acp/prune.php index 4452deafc9..9c23848623 100644 --- a/phpBB/language/en/acp/prune.php +++ b/phpBB/language/en/acp/prune.php @@ -32,7 +32,7 @@ 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 you 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, 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' => '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, any criteria entered will be ignored. Take care with this facility! Once a user is deleted there is no way back.', 'DEACTIVATE_DELETE' => 'Deactivate or delete', 'DEACTIVATE_DELETE_EXPLAIN' => 'Choose whether to deactivate users or delete them entirely, note there is no undo!', |