aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-02-18 00:06:06 +0100
committerJoas Schilling <nickvergessen@gmx.de>2011-02-18 00:22:17 +0100
commit6e9aecec796d9aeacd82c5da2c56103f729f29a4 (patch)
tree2c8effa554e05b7d923b3c34c087cb7ae936f27d
parentd9f092a18b149d62afd5ac8a1c6f7d8e7263d17b (diff)
downloadforums-6e9aecec796d9aeacd82c5da2c56103f729f29a4.tar
forums-6e9aecec796d9aeacd82c5da2c56103f729f29a4.tar.gz
forums-6e9aecec796d9aeacd82c5da2c56103f729f29a4.tar.bz2
forums-6e9aecec796d9aeacd82c5da2c56103f729f29a4.tar.xz
forums-6e9aecec796d9aeacd82c5da2c56103f729f29a4.zip
[ticket/9549] Fix language strings.
PHPBB3-9549
-rw-r--r--phpBB/language/en/acp/groups.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php
index 1fcf213c43..eb83dec576 100644
--- a/phpBB/language/en/acp/groups.php
+++ b/phpBB/language/en/acp/groups.php
@@ -107,7 +107,7 @@ $lang = array_merge($lang, array(
'GROUP_USERS_EXIST' => 'The selected users are already members.',
'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully.',
- 'LEGEND_EXPLAIN' => 'These are the groups, which are viewed on the group legend:',
+ 'LEGEND_EXPLAIN' => 'These are the groups which are displayed in the group legend:',
'LEGEND_SETTINGS' => 'Legend settings',
'LEGEND_SORT_GROUPNAME' => 'Sort legend by group name',
'LEGEND_SORT_GROUPNAME_EXPLAIN' => 'The order below is ignored when this option is enabled.',
@@ -129,9 +129,9 @@ $lang = array_merge($lang, array(
'SPECIAL_GROUPS' => 'Pre-defined groups',
'SPECIAL_GROUPS_EXPLAIN' => 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings.',
- 'TEAMPAGE_EXPLAIN' => 'These are the groups, which are viewed on the teampage:',
- 'TEAMPAGE_FORUMS' => 'Display moderator forums',
- 'TEAMPAGE_FORUMS_EXPLAIN' => 'If set to yes, moderators will have a list with all of the forums, where they have moderator permissions, in their row. This can be very database intensive for big boards.',
+ 'TEAMPAGE_EXPLAIN' => 'These are the groups which are displayed on the teampage:',
+ 'TEAMPAGE_FORUMS' => 'Display moderated forums',
+ 'TEAMPAGE_FORUMS_EXPLAIN' => 'If set to yes, moderators will have a list with all of the forums where they have moderator permissions displayed in their row. This can be very database intensive for big boards.',
'TEAMPAGE_MULTIPLE' => 'Display users in all groups',
'TEAMPAGE_MULTIPLE_EXPLAIN' => 'If set to no, the users will only be displayed in their first group.',
'TEAMPAGE_SETTINGS' => 'Teampage settings',