diff options
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/groups.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/phpBB/language/en/groups.php b/phpBB/language/en/groups.php index 93573e43c3..a7b34e67c1 100644 --- a/phpBB/language/en/groups.php +++ b/phpBB/language/en/groups.php @@ -67,10 +67,11 @@ $lang = array_merge($lang, array( 'LOGIN_EXPLAIN_GROUP' => 'You need to login to view group details', - 'NO_LEADERS' => 'No group leaders defined', - '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.', - + '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_RESIGN_FROM_DEFAULT_GROUP' => 'You are not allowed to resign from your default group.', + 'PRIMARY_GROUP' => 'Primary group', 'REMOVE_SELECTED' => 'Remove selected', |
