aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/attachments.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-06-26 23:33:47 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-06-26 23:33:47 +0200
commitffa1f9baf559468ecb06a7ae88b73f5a7232b53f (patch)
treee2c97576903b834d04178c6d15db419bbd3497c2 /phpBB/language/en/acp/attachments.php
parenteb3e1b35d68a554dfdf3b5596f8fcdeffd0b81e4 (diff)
parent66efb1889d44f069eff711377710d804b338b0fb (diff)
downloadforums-ffa1f9baf559468ecb06a7ae88b73f5a7232b53f.tar
forums-ffa1f9baf559468ecb06a7ae88b73f5a7232b53f.tar.gz
forums-ffa1f9baf559468ecb06a7ae88b73f5a7232b53f.tar.bz2
forums-ffa1f9baf559468ecb06a7ae88b73f5a7232b53f.tar.xz
forums-ffa1f9baf559468ecb06a7ae88b73f5a7232b53f.zip
Merge branch 'develop-olympus' into develop-ascraeus
* develop-olympus: [ticket/12196] Revert Fix typo "referer" in acp/attachments
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 ac840387ed..cf2f0a45d2 100644
--- a/phpBB/language/en/acp/attachments.php
+++ b/phpBB/language/en/acp/attachments.php
@@ -160,8 +160,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_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?',
+ '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?',
'SETTINGS_CAT_IMAGES' => 'Image category settings',
'SPECIAL_CATEGORY' => 'Special category',
'SPECIAL_CATEGORY_EXPLAIN' => 'Special categories differ between the way presented within posts.',