aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-07-08 14:30:01 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-07-08 14:30:01 +0000
commit61453bb2aba7c1acfedab0ea600c9d13ee751976 (patch)
tree1dbaafb7d87966e70e4ff28391e6bc41154829fd /phpBB/language
parentcc1b91bb92612fcc84bb48e3d690ab4362d3c149 (diff)
downloadforums-61453bb2aba7c1acfedab0ea600c9d13ee751976.tar
forums-61453bb2aba7c1acfedab0ea600c9d13ee751976.tar.gz
forums-61453bb2aba7c1acfedab0ea600c9d13ee751976.tar.bz2
forums-61453bb2aba7c1acfedab0ea600c9d13ee751976.tar.xz
forums-61453bb2aba7c1acfedab0ea600c9d13ee751976.zip
Fixed Bug #24075 - GZIP status is not showed up correctly in debug mode
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9737 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 9247a87e52..0ac7d1fb6b 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -394,7 +394,7 @@ $lang = array_merge($lang, array(
'ACP_SERVER_SETTINGS_EXPLAIN' => 'Here you define server and domain dependant settings. Please ensure the data you enter is accurate, errors will result in e-mails containing incorrect information. When entering the domain name remember it does include http:// or other protocol term. Only alter the port number if you know your server uses a different value, port 80 is correct in most cases.',
'ENABLE_GZIP' => 'Enable GZip compression',
- 'ENABLE_GZIP_EXPLAIN' => 'Generated content will be compressed prior to sending it to the user. This can reduce network traffic but will also increase CPU usage on both server and client side.',
+ 'ENABLE_GZIP_EXPLAIN' => 'Generated content will be compressed prior to sending it to the user. This can reduce network traffic but will also increase CPU usage on both server and client side. Requires zlib PHP extension to be loaded.',
'FORCE_SERVER_VARS' => 'Force server URL settings',
'FORCE_SERVER_VARS_EXPLAIN' => 'If set to yes the server settings defined here will be used in favour of the automatically determined values.',
'ICONS_PATH' => 'Post icons storage path',