diff options
author | Andreas Fischer <bantu@phpbb.com> | 2015-04-16 13:38:48 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2015-04-16 13:38:48 +0200 |
commit | db9ef52fdd40e2ae8118f458bd12eda540b57bd3 (patch) | |
tree | 013f80e7bb987556d5c226da4d7015e2a3fca102 | |
parent | 2c0b1252c8ee7f9c40f15587aa00aa2e70a7168f (diff) | |
parent | c46024bfa20a4dbd39538bb4a55fe5f579bc40cf (diff) | |
download | forums-db9ef52fdd40e2ae8118f458bd12eda540b57bd3.tar forums-db9ef52fdd40e2ae8118f458bd12eda540b57bd3.tar.gz forums-db9ef52fdd40e2ae8118f458bd12eda540b57bd3.tar.bz2 forums-db9ef52fdd40e2ae8118f458bd12eda540b57bd3.tar.xz forums-db9ef52fdd40e2ae8118f458bd12eda540b57bd3.zip |
Merge branch '3.1.x'
* 3.1.x:
[ticket/13763] Fix typo in extension lang file
-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 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> |