diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-04-28 18:13:28 +0100 |
---|---|---|
committer | Unknown Bliss <m@michaelcullum.com> | 2012-09-01 15:04:53 +0100 |
commit | 7a954d352ef1fe84256ad691135b6c6bf0d4bcc5 (patch) | |
tree | 29ced22db05656cc9d93d9a3453a0c23ffaeeb21 /phpBB/language/en/acp/extensions.php | |
parent | 3a5843959c754b99e595ca6d1ffa30ad67d31209 (diff) | |
download | forums-7a954d352ef1fe84256ad691135b6c6bf0d4bcc5.tar forums-7a954d352ef1fe84256ad691135b6c6bf0d4bcc5.tar.gz forums-7a954d352ef1fe84256ad691135b6c6bf0d4bcc5.tar.bz2 forums-7a954d352ef1fe84256ad691135b6c6bf0d4bcc5.tar.xz forums-7a954d352ef1fe84256ad691135b6c6bf0d4bcc5.zip |
[ticket/10631] Fixing some items mentioned in PR
PHPBB3-10631
Diffstat (limited to 'phpBB/language/en/acp/extensions.php')
-rw-r--r-- | phpBB/language/en/acp/extensions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index 77d0b2f3cd..37cabe477b 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -38,7 +38,7 @@ $lang = array_merge($lang, array( 'EXTENSION' => 'Extension',
'EXTENSIONS' => 'Extensions',
'EXTENSIONS_ADMIN' => 'Extensions Admin',
- 'EXTENSIONS_EXPLAIN' => 'The Extensions Admin is a tool in your phpBB Board which allows you to manage all of your extensions. For more information about extensions please visit <a href="http://phpbb.com/mods/extensions/">this page</a> on phpBBs Offical Website.',
+ 'EXTENSIONS_EXPLAIN' => 'The Extensions Admin is a tool in your phpBB Board which allows you to manage all of your extensions. For more information about extensions please visit <a href="http://phpbb.com/mods/extensions/">this page</a> on phpBB's Offical Website.',
'DETAILS' => 'Details',
|