aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/groups.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-10 15:31:35 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-10 15:31:35 +0000
commitc1a738ce5f35e9752fecd24e06b943c3d538f0c0 (patch)
treea1c9501ef23bd00edc516e11a0a8f443aaaf6ec3 /phpBB/language/en/acp/groups.php
parentf2aea5a725bcfce01f6ff7cbc65b256d17886cfc (diff)
downloadforums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.gz
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.bz2
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.xz
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.zip
punctuation changes in language files
git-svn-id: file:///svn/phpbb/trunk@7524 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/groups.php')
-rw-r--r--phpBB/language/en/acp/groups.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php
index 7df477bfc8..95ef0444c1 100644
--- a/phpBB/language/en/acp/groups.php
+++ b/phpBB/language/en/acp/groups.php
@@ -57,7 +57,7 @@ $lang = array_merge($lang, array(
'GROUP_DESC' => 'Group description',
'GROUP_DETAILS' => 'Group details',
'GROUP_EDIT_EXPLAIN' => 'Here you can edit an existing group. You can change its name, description and type (open, closed, etc.). You can also set certain group wide options such as colouration, rank, etc. Changes made here override users current settings. Please note that group members can alter their avatar unless you set appropriate user permissions.',
- 'GROUP_ERR_USERS_EXIST' => 'The specified users are already members of this group',
+ 'GROUP_ERR_USERS_EXIST' => 'The specified users are already members of this group.',
'GROUP_FOUNDER_MANAGE' => 'Founder manage only',
'GROUP_FOUNDER_MANAGE_EXPLAIN' => 'Restrict group management for this group for founders only. Users having group permissions are still able to see this group as well as this groups members.',
'GROUP_HIDDEN' => 'Hidden',
@@ -112,7 +112,7 @@ $lang = array_merge($lang, array(
'USER_DEF_GROUPS' => 'User defined groups',
'USER_DEF_GROUPS_EXPLAIN' => 'These are groups created by you or another admin on this board. You can manage memberships as well as edit group properties or even delete the group.',
'USER_GROUP_DEFAULT' => 'Set as default group',
- 'USER_GROUP_DEFAULT_EXPLAIN' => 'Saying yes here will set this group as the default group for the added users',
+ 'USER_GROUP_DEFAULT_EXPLAIN' => 'Saying yes here will set this group as the default group for the added users.',
'USER_GROUP_LEADER' => 'Set as group leader',
));