diff options
Diffstat (limited to 'phpBB/language/en/groups.php')
| -rw-r--r-- | phpBB/language/en/groups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/groups.php b/phpBB/language/en/groups.php index 8e44d32a0d..bd11356684 100644 --- a/phpBB/language/en/groups.php +++ b/phpBB/language/en/groups.php @@ -72,7 +72,7 @@ $lang = array_merge($lang, array( 'NO_LEADERS' => 'You are not a leader of any group', 'NOT_LEADER_OF_GROUP' => 'The requested operation cannot be taken because you are not a leader of the selected group.', - 'NOT_MEMBER_OF_GROUP' => 'The requested operation cannot be taken because you are not a member of the selected group.', + 'NOT_MEMBER_OF_GROUP' => 'The requested operation cannot be taken because you are not a member of the selected group or your membership has not been approved yet.', 'NOT_RESIGN_FROM_DEFAULT_GROUP' => 'You are not allowed to resign from your default group.', 'PRIMARY_GROUP' => 'Primary group', |
