aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-06-25 22:34:32 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-06-25 23:17:02 +0200
commit9bc1f7924d5ef00fb988b81347d4c5c730b25eb2 (patch)
treeeb637c2c2830ac410a61b6221dbf4c93f2eb7edc /phpBB/language/en/acp/attachments.php
parentMerge pull request #2633 from marc1706/ticket/12755 (diff)
downloadphpbb-9bc1f7924d5ef00fb988b81347d4c5c730b25eb2.tar.gz
phpbb-9bc1f7924d5ef00fb988b81347d4c5c730b25eb2.tar.bz2
phpbb-9bc1f7924d5ef00fb988b81347d4c5c730b25eb2.zip
[ticket/12196] Fix typo "referer" in acp/attachments
PHPBB3-12196
Diffstat (limited to 'phpBB/language/en/acp/attachments.php')
-rw-r--r--phpBB/language/en/acp/attachments.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php
index 6aeb3c2188..4618e21894 100644
--- a/phpBB/language/en/acp/attachments.php
+++ b/phpBB/language/en/acp/attachments.php
@@ -153,8 +153,8 @@ $lang = array_merge($lang, array(
'SECURE_DOWNLOADS_EXPLAIN' => 'With this option enabled, downloads are limited to IP’s/hostnames you define.',
'SECURE_DOWNLOAD_NOTICE' => 'Secure Downloads are not enabled. The settings below will be applied after enabling secure downloads.',
'SECURE_DOWNLOAD_UPDATE_SUCCESS'=> 'The IP list has been updated successfully.',
- 'SECURE_EMPTY_REFERRER' => 'Allow empty referrer',
- 'SECURE_EMPTY_REFERRER_EXPLAIN' => 'Secure downloads are based on referrers. Do you want to allow downloads for those omitting the referrer?',
+ 'SECURE_EMPTY_REFERER' => 'Allow empty referer',
+ 'SECURE_EMPTY_REFERER_EXPLAIN' => 'Secure downloads are based on referers. Do you want to allow downloads for those omitting the referer?',
'SETTINGS_CAT_IMAGES' => 'Image category settings',
'SPECIAL_CATEGORY' => 'Special category',
'SPECIAL_CATEGORY_EXPLAIN' => 'Special categories differ between the way presented within posts.',