diff options
author | Chris Smith <toonarmy@phpbb.com> | 2009-06-28 12:13:11 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2009-06-28 12:13:11 +0000 |
commit | a8d678cc4cb18f6561c8bbf53c0f32aa931ffaca (patch) | |
tree | 96678bfa49b45c2ab2408a226128423fc2978729 /phpBB/language/en/acp/groups.php | |
parent | 494054838963df6cab6f25302f12d78156202698 (diff) | |
download | forums-a8d678cc4cb18f6561c8bbf53c0f32aa931ffaca.tar forums-a8d678cc4cb18f6561c8bbf53c0f32aa931ffaca.tar.gz forums-a8d678cc4cb18f6561c8bbf53c0f32aa931ffaca.tar.bz2 forums-a8d678cc4cb18f6561c8bbf53c0f32aa931ffaca.tar.xz forums-a8d678cc4cb18f6561c8bbf53c0f32aa931ffaca.zip |
Fix small typo in r9625 - Thanks Tumba25
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9701 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/groups.php')
-rw-r--r-- | phpBB/language/en/acp/groups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php index a8b17e4d5d..e8c1a3c494 100644 --- a/phpBB/language/en/acp/groups.php +++ b/phpBB/language/en/acp/groups.php @@ -95,7 +95,7 @@ $lang = array_merge($lang, array( 'GROUP_RECEIVE_PM_EXPLAIN' => 'Please note that hidden groups are not able to be messaged, regardless of this setting.', 'GROUP_REQUEST' => 'Request', 'GROUP_SETTINGS_SAVE' => 'Group wide settings', - 'GROUP_SKIP_AUTH' => 'Excempt group leader from permissions', + 'GROUP_SKIP_AUTH' => 'Exempt group leader from permissions', 'GROUP_SKIP_AUTH_EXPLAIN' => 'If enabled group leader no longer inherit permissions from the group.', 'GROUP_TYPE' => 'Group type', 'GROUP_TYPE_EXPLAIN' => 'This determines which users can join or view this group.', |