aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard McGirr <rmcgirr83@gmail.com>2015-04-15 06:17:29 -0400
committerRichard McGirr <rmcgirr83@gmail.com>2015-04-15 07:35:42 -0400
commit60f31d48e2dd3f2b698987cb55c9d27fc6a80424 (patch)
tree2de5e82328b4fc1f9098c12b8193c8496eeacbd8
parentba1e3fd66173ccecf29f8dfef761772322182ff0 (diff)
downloadforums-60f31d48e2dd3f2b698987cb55c9d27fc6a80424.tar
forums-60f31d48e2dd3f2b698987cb55c9d27fc6a80424.tar.gz
forums-60f31d48e2dd3f2b698987cb55c9d27fc6a80424.tar.bz2
forums-60f31d48e2dd3f2b698987cb55c9d27fc6a80424.tar.xz
forums-60f31d48e2dd3f2b698987cb55c9d27fc6a80424.zip
[ticket/13763] Fix typo in extension lang file
PHPBB3-13763
-rw-r--r--phpBB/language/en/acp/extensions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php
index 28cdc8829d..bacb33c70a 100644
--- a/phpBB/language/en/acp/extensions.php
+++ b/phpBB/language/en/acp/extensions.php
@@ -75,7 +75,7 @@ $lang = array_merge($lang, array(
<li>Upload the new files</li>
<li>Enable the extension</li>
</ol>',
- 'EXTENSION_REMOVE_HEADLINE' => 'Completly removing an extension from your board',
+ 'EXTENSION_REMOVE_HEADLINE' => 'Completely removing an extension from your board',
'EXTENSION_REMOVE_EXPLAIN' => '<ol>
<li>Disable the extension</li>
<li>Delete the extension’s data</li>