aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-06-26 10:04:21 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-06-26 10:04:21 +0000
commitf4fb682bbb329145686a88bdb3031b8b74f698f2 (patch)
tree14a00517ebc204d8c5dfaaac10c75c4686303c60
parent519492f71739539a0339ccd8a9c73d7c2ba48cd6 (diff)
downloadforums-f4fb682bbb329145686a88bdb3031b8b74f698f2.tar
forums-f4fb682bbb329145686a88bdb3031b8b74f698f2.tar.gz
forums-f4fb682bbb329145686a88bdb3031b8b74f698f2.tar.bz2
forums-f4fb682bbb329145686a88bdb3031b8b74f698f2.tar.xz
forums-f4fb682bbb329145686a88bdb3031b8b74f698f2.zip
Fix bug #47015 - Prune users does not prune founders
Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9676 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/language/en/acp/prune.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/prune.php b/phpBB/language/en/acp/prune.php
index 5217bd4416..2f4a9b4984 100644
--- a/phpBB/language/en/acp/prune.php
+++ b/phpBB/language/en/acp/prune.php
@@ -53,7 +53,7 @@ $lang = array_merge($lang, array(
'PRUNE_USERS_LIST_DELETE' => 'With the selected critera for pruning users the following accounts will be removed.',
'PRUNE_USERS_LIST_DEACTIVATE' => 'With the selected critera for pruning users the following accounts will be deactivated.',
- 'SELECT_USERS_EXPLAIN' => 'Enter specific usernames here, they will be used in preference to the criteria above.',
+ 'SELECT_USERS_EXPLAIN' => 'Enter specific usernames here, they will be used in preference to the criteria above. Founders cannot be pruned.',
'USER_DEACTIVATE_SUCCESS' => 'The selected users have been deactivated successfully.',
'USER_DELETE_SUCCESS' => 'The selected users have been deleted successfully.',