aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/groups.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-07 16:55:20 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-07 16:55:20 +0000
commitd1e839625ee9b0ca796f83ff55404af4c6307561 (patch)
tree6f9f4ec262aa908150d261e51f862874b7fbfeca /phpBB/language/en/groups.php
parent4eac4b268b98ec65b7432685de147d76618e479d (diff)
downloadforums-d1e839625ee9b0ca796f83ff55404af4c6307561.tar
forums-d1e839625ee9b0ca796f83ff55404af4c6307561.tar.gz
forums-d1e839625ee9b0ca796f83ff55404af4c6307561.tar.bz2
forums-d1e839625ee9b0ca796f83ff55404af4c6307561.tar.xz
forums-d1e839625ee9b0ca796f83ff55404af4c6307561.zip
- fix some group specific bugs
- correctly determining terrafrost's birthday mod git-svn-id: file:///svn/phpbb/trunk@7143 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/groups.php')
-rw-r--r--phpBB/language/en/groups.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/language/en/groups.php b/phpBB/language/en/groups.php
index bd11356684..b9aee65871 100644
--- a/phpBB/language/en/groups.php
+++ b/phpBB/language/en/groups.php
@@ -31,10 +31,11 @@ if (empty($lang) || !is_array($lang))
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
- 'ALREADY_DEFAULT_GROUP' => 'The selected group is already your default group',
- 'ALREADY_IN_GROUP' => 'You are already a member of the selected group',
+ 'ALREADY_DEFAULT_GROUP' => 'The selected group is already your default group.',
+ 'ALREADY_IN_GROUP' => 'You are already a member of the selected group.',
+ 'ALREADY_IN_GROUP_PENDING' => 'You already requested joining the selected group.',
- 'CHANGED_DEFAULT_GROUP' => 'Successfully changed default group',
+ 'CHANGED_DEFAULT_GROUP' => 'Successfully changed default group.',
'GROUP_AVATAR' => 'Group avatar',
'GROUP_CHANGE_DEFAULT' => 'Are you sure you want to change your default membership to the group ā€œ%sā€?',