mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/12045] Only display group selection if there are groups
Also fixed the empty option which is not allowed. PHPBB3-12045
This commit is contained in:
@@ -52,6 +52,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'POSTS_ON_QUEUE' => 'Posts Awaiting Approval',
|
||||
'PRUNE_USERS_GROUP_EXPLAIN' => 'Limit to users within the selected group.',
|
||||
'PRUNE_USERS_GROUP_NONE' => 'All groups',
|
||||
'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.',
|
||||
|
Reference in New Issue
Block a user