diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2011-02-16 10:47:41 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2011-02-16 18:22:31 +0100 |
| commit | d2e2ccf8a49a3d62d3de3145e114d3ed0b255465 (patch) | |
| tree | 499a6e36b378a4fc88ba536b266c7b04932c53bd /phpBB/language/en/acp/groups.php | |
| parent | ad05f32c494d6622eca97c028cbde53e44a54647 (diff) | |
| download | forums-d2e2ccf8a49a3d62d3de3145e114d3ed0b255465.tar forums-d2e2ccf8a49a3d62d3de3145e114d3ed0b255465.tar.gz forums-d2e2ccf8a49a3d62d3de3145e114d3ed0b255465.tar.bz2 forums-d2e2ccf8a49a3d62d3de3145e114d3ed0b255465.tar.xz forums-d2e2ccf8a49a3d62d3de3145e114d3ed0b255465.zip | |
[ticket/9549] Fix some minor issues with descriptions and coding-guidelines.
PHPBB3-9549
Diffstat (limited to 'phpBB/language/en/acp/groups.php')
| -rw-r--r-- | phpBB/language/en/acp/groups.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php index 9cc386f6fd..1fcf213c43 100644 --- a/phpBB/language/en/acp/groups.php +++ b/phpBB/language/en/acp/groups.php @@ -110,7 +110,7 @@ $lang = array_merge($lang, array( 'LEGEND_EXPLAIN' => 'These are the groups, which are viewed on the group legend:', 'LEGEND_SETTINGS' => 'Legend settings', 'LEGEND_SORT_GROUPNAME' => 'Sort legend by group name', - 'LEGEND_SORT_GROUPNAME_EXPLAIN' => 'The order from bellow is ignored when this option is enabled.', + 'LEGEND_SORT_GROUPNAME_EXPLAIN' => 'The order below is ignored when this option is enabled.', 'MANAGE_LEGEND' => 'Manage group legend', 'MANAGE_TEAMPAGE' => 'Manage teampage', @@ -131,7 +131,7 @@ $lang = array_merge($lang, array( '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 SQL intensive for big boards.', + '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_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', |
