diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-19 08:35:31 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-19 08:35:31 +0000 |
commit | 17fd9df389e7bf22ff1f63a52e9550ca64315a21 (patch) | |
tree | 0479d007e60c740461c580f27c76936f84f73eb9 /phpBB | |
parent | eafe38ea7a8a0ed60fe34cfee62bd58eced03142 (diff) | |
download | forums-17fd9df389e7bf22ff1f63a52e9550ca64315a21.tar forums-17fd9df389e7bf22ff1f63a52e9550ca64315a21.tar.gz forums-17fd9df389e7bf22ff1f63a52e9550ca64315a21.tar.bz2 forums-17fd9df389e7bf22ff1f63a52e9550ca64315a21.tar.xz forums-17fd9df389e7bf22ff1f63a52e9550ca64315a21.zip |
#11128 - how can people argue about such small things. Don't you have better things to do? :)
git-svn-id: file:///svn/phpbb/trunk@7635 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 13507c5384..32ef227377 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -312,7 +312,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 if their browser supports it. 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.', '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', |