diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-13 05:52:30 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-13 05:52:30 +0000 |
commit | 3b60c51604d50467f459464cba7a52c1f15c47a8 (patch) | |
tree | dcc0447341198e5b0406477722d70ec169d4d266 /phpBB/language/en/acp/attachments.php | |
parent | #9756 (diff) | |
download | phpbb-3b60c51604d50467f459464cba7a52c1f15c47a8.tar.gz phpbb-3b60c51604d50467f459464cba7a52c1f15c47a8.tar.bz2 phpbb-3b60c51604d50467f459464cba7a52c1f15c47a8.zip |
#9524
git-svn-id: file:///svn/phpbb/trunk@7349 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/attachments.php')
-rw-r--r-- | phpBB/language/en/acp/attachments.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php index f43835c7b0..8f7d88eb45 100644 --- a/phpBB/language/en/acp/attachments.php +++ b/phpBB/language/en/acp/attachments.php @@ -82,11 +82,11 @@ $lang = array_merge($lang, array( 'EXCLUDE_FROM_ALLOWED_IP' => 'Exclude IP from allowed IPs/hostnames', 'EXCLUDE_FROM_DISALLOWED_IP' => 'Exclude IP from disallowed IPs/hostnames', 'EXTENSIONS_UPDATED' => 'Extensions successfully updated', - 'EXTENSION_EXIST' => 'The extension %s already exist', + 'EXTENSION_EXIST' => 'The extension %s already exists', 'EXTENSION_GROUP' => 'Extension group', 'EXTENSION_GROUPS' => 'Extension groups', 'EXTENSION_GROUP_DELETED' => 'Extension group successfully deleted.', - 'EXTENSION_GROUP_EXIST' => 'The extension group %s already exist', + 'EXTENSION_GROUP_EXIST' => 'The extension group %s already exists', 'GO_TO_EXTENSIONS' => 'Go to extension management screen', 'GROUP_NAME' => 'Group name', |