diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-04-25 11:23:09 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-04-25 11:23:09 -0500 |
commit | e7cb0f687df93120b003ad205fc6cb3315379c80 (patch) | |
tree | d12c1bc56843cf5617501d687011900dc5fe50e8 | |
parent | 1a16ee4cb270f81ebeb8697e4bffaaa305010116 (diff) | |
download | forums-e7cb0f687df93120b003ad205fc6cb3315379c80.tar forums-e7cb0f687df93120b003ad205fc6cb3315379c80.tar.gz forums-e7cb0f687df93120b003ad205fc6cb3315379c80.tar.bz2 forums-e7cb0f687df93120b003ad205fc6cb3315379c80.tar.xz forums-e7cb0f687df93120b003ad205fc6cb3315379c80.zip |
[ticket/11236] Change PRUNE_USERS_GROUP_EXPLAIN language
PHPBB3-11236
-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 fcc085205b..3e890182c0 100644 --- a/phpBB/language/en/acp/prune.php +++ b/phpBB/language/en/acp/prune.php @@ -51,7 +51,7 @@ $lang = array_merge($lang, array( 'LAST_ACTIVE_EXPLAIN' => 'Enter a date in <kbd>YYYY-MM-DD</kbd> format. Enter <kbd>0000-00-00</kbd> to prune users who never logged in, <em>Before</em> and <em>After</em> conditions will be ignored.', 'POSTS_ON_QUEUE' => 'Posts Awaiting Approval', - 'PRUNE_USERS_GROUP_EXPLAIN' => 'Selects all members of the group for pruning.', + 'PRUNE_USERS_GROUP_EXPLAIN' => 'Limit to users within the selected group.', 'PRUNE_USERS_LIST' => 'Users to be pruned', 'PRUNE_USERS_LIST_DELETE' => 'With the selected critera for pruning users the following accounts will be removed. You can remove individual users from the deletion list by unchecking the box next to their username.', 'PRUNE_USERS_LIST_DEACTIVATE' => 'With the selected critera for pruning users the following accounts will be deactivated. You can remove individual users from the deactivation list by unchecking the box next to their username.', |