aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-02-25 20:24:11 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-02-25 20:24:11 +0100
commit9ea48dbd45aaa7d239998910feddcc827aaaafe9 (patch)
tree4109c8dbc4f655512870fefba4b38388ad7e0f6a /phpBB/language/en/acp
parent12cc64e715cd87af0195e0abc0974eaab459107d (diff)
downloadforums-9ea48dbd45aaa7d239998910feddcc827aaaafe9.tar
forums-9ea48dbd45aaa7d239998910feddcc827aaaafe9.tar.gz
forums-9ea48dbd45aaa7d239998910feddcc827aaaafe9.tar.bz2
forums-9ea48dbd45aaa7d239998910feddcc827aaaafe9.tar.xz
forums-9ea48dbd45aaa7d239998910feddcc827aaaafe9.zip
[ticket/10411] Use template loops instead of defining the html in php files
PHPBB3-10411
Diffstat (limited to 'phpBB/language/en/acp')
-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 18e5cbaa1d..58101e5f60 100644
--- a/phpBB/language/en/acp/groups.php
+++ b/phpBB/language/en/acp/groups.php
@@ -36,14 +36,13 @@ if (empty($lang) || !is_array($lang))
$lang = array_merge($lang, array(
'ACP_GROUPS_MANAGE_EXPLAIN' => 'From this panel you can administer all your usergroups. You can delete, create and edit existing groups. Furthermore, you may choose group leaders, toggle open/hidden/closed group status and set the group name and description.',
- 'ADD_CATEGORY' => 'Add category',
+ 'ADD_GROUP_CATEGORY' => 'Add category',
'ADD_USERS' => 'Add users',
'ADD_USERS_EXPLAIN' => 'Here you can add new users to the group. You may select whether this group becomes the new default for the selected users. Additionally you can define them as group leaders. Please enter each username on a separate line.',
'COPY_PERMISSIONS' => 'Copy permissions from',
'COPY_PERMISSIONS_EXPLAIN' => 'Once created, the group will have the same permissions as the one you select here.',
'CREATE_GROUP' => 'Create new group',
- 'CATEGORY_NAME' => 'Category name',
'GROUPS_NO_MEMBERS' => 'This group has no members',
'GROUPS_NO_MODS' => 'No group leaders defined',
@@ -52,6 +51,7 @@ $lang = array_merge($lang, array(
'GROUP_APPROVED' => 'Approved members',
'GROUP_AVATAR' => 'Group avatar',
'GROUP_AVATAR_EXPLAIN' => 'This image will be displayed in the Group Control Panel.',
+ 'GROUP_CATEGORY_NAME' => 'Category name',
'GROUP_CLOSED' => 'Closed',
'GROUP_COLOR' => 'Group colour',
'GROUP_COLOR_EXPLAIN' => 'Defines the colour members’ usernames will appear in, leave blank for user default.',