diff options
author | cunha17 <cunha17@gmail.com> | 2015-10-28 11:38:14 -0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-01-25 13:13:05 +0100 |
commit | 57ce891d5f2c0b7090d44fac074ab27b4f98b93b (patch) | |
tree | e9dc32d613daed8a8175119a9430ef07493004c2 /phpBB/language | |
parent | 3d03c834d026ef43cce2a4de90cf2e70df5c3fdd (diff) | |
download | forums-57ce891d5f2c0b7090d44fac074ab27b4f98b93b.tar forums-57ce891d5f2c0b7090d44fac074ab27b4f98b93b.tar.gz forums-57ce891d5f2c0b7090d44fac074ab27b4f98b93b.tar.bz2 forums-57ce891d5f2c0b7090d44fac074ab27b4f98b93b.tar.xz forums-57ce891d5f2c0b7090d44fac074ab27b4f98b93b.zip |
[ticket/14253] Show group requests pending aproval at the ACP groups summary
Currenty, you need to open each existing group in ACP to know if there
are pending group requests or not. Doing so is really boring and
annoying... :/
This patch displays the number of pending group requests at the ACP groups
summary page.
PHPBB3-14253
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/groups.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php index 421075ce5e..9d0bb5f8b9 100644 --- a/phpBB/language/en/acp/groups.php +++ b/phpBB/language/en/acp/groups.php @@ -130,6 +130,8 @@ $lang = array_merge($lang, array( 'NO_USERS_ADDED' => 'No users were added to the group.', 'NO_VALID_USERS' => 'You haven’t entered any users eligible for that action.', + 'PENDING_MEMBERS' => 'Pending', + 'SELECT_GROUP' => 'Select a group', 'SPECIAL_GROUPS' => 'Pre-defined groups', 'SPECIAL_GROUPS_EXPLAIN' => 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings.', |