diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/groups.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/groups.php b/phpBB/language/en/groups.php index bad757fa11..fb4fac6d54 100644 --- a/phpBB/language/en/groups.php +++ b/phpBB/language/en/groups.php @@ -63,6 +63,8 @@ $lang = array_merge($lang, array( 'GROUP_IS_FREE' => 'This is a freely open group, all new members are welcome.', 'GROUP_IS_SPECIAL' => 'This is a special group, special groups are managed by the board administrators.', + 'GROUP_LIST' => 'Manage Users', + 'LOGIN_EXPLAIN_GROUP' => 'You need to login to view group details', 'NOT_LEADER_OF_GROUP' => 'The requested operation cannot be taken because you are not a leader of the selected group.', |