diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-26 23:44:21 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-26 23:44:21 +0200 |
commit | 7e769083bff06b91bd480fe682656b32fc59a06c (patch) | |
tree | 33d71cd03397f3cef383785fd655baaa4beb95d8 /phpBB/language/en/acp/common.php | |
parent | ffa1f9baf559468ecb06a7ae88b73f5a7232b53f (diff) | |
download | forums-7e769083bff06b91bd480fe682656b32fc59a06c.tar forums-7e769083bff06b91bd480fe682656b32fc59a06c.tar.gz forums-7e769083bff06b91bd480fe682656b32fc59a06c.tar.bz2 forums-7e769083bff06b91bd480fe682656b32fc59a06c.tar.xz forums-7e769083bff06b91bd480fe682656b32fc59a06c.zip |
[ticket/12196] Fix typo in "referrer"
Referer is a typo in the HTTP RFC and should not be used in the UI
PHPBB3-12196
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r-- | phpBB/language/en/acp/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 8470014161..b374e39367 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -702,7 +702,7 @@ $lang = array_merge($lang, array( 'LOG_REASON_REMOVED' => '<strong>Removed report/denial reason</strong><br />» %s', 'LOG_REASON_UPDATED' => '<strong>Updated report/denial reason</strong><br />» %s', - 'LOG_REFERER_INVALID' => '<strong>Referer validation failed</strong><br />»Referer was “<em>%1$s</em>”. The request was rejected and the session killed.', + 'LOG_REFERER_INVALID' => '<strong>Referrer validation failed</strong><br />»Referrer was “<em>%1$s</em>”. The request was rejected and the session killed.', 'LOG_RESET_DATE' => '<strong>Board start date reset</strong>', 'LOG_RESET_ONLINE' => '<strong>Most users online reset</strong>', 'LOG_RESYNC_FILES_STATS' => '<strong>File statistics resynchronised</strong>', |