aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/groups.php
diff options
context:
space:
mode:
authorAdam Reyher <adamr@phpbb.com>2010-12-01 14:14:46 -0500
committerAdam Reyher <adamr@phpbb.com>2010-12-01 14:14:46 -0500
commit8b3d068e8321a16451dddcef6da2cf1245506e55 (patch)
tree165c57c77ad58624fe8035bb2eaf492793248f4f /phpBB/language/en/acp/groups.php
parent84c59a1c206ef3098b7bfd7bc40694158e7b2880 (diff)
downloadforums-8b3d068e8321a16451dddcef6da2cf1245506e55.tar
forums-8b3d068e8321a16451dddcef6da2cf1245506e55.tar.gz
forums-8b3d068e8321a16451dddcef6da2cf1245506e55.tar.bz2
forums-8b3d068e8321a16451dddcef6da2cf1245506e55.tar.xz
forums-8b3d068e8321a16451dddcef6da2cf1245506e55.zip
[ticket/9575] Change 'administrate' to 'administer'
PHPBB3-9575
Diffstat (limited to 'phpBB/language/en/acp/groups.php')
-rw-r--r--phpBB/language/en/acp/groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php
index e8c1a3c494..3444b98303 100644
--- a/phpBB/language/en/acp/groups.php
+++ b/phpBB/language/en/acp/groups.php
@@ -36,7 +36,7 @@ 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(
- 'ACP_GROUPS_MANAGE_EXPLAIN' => 'From this panel you can administrate 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.',
+ '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_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.',