diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-18 10:29:26 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-18 10:29:26 +0000 |
commit | 2ef42b7ae0572050191d76dbb41edd3b2017baab (patch) | |
tree | bf14012a0ca930f42a24dc2a94b10cca4ce80d3a /phpBB/language | |
parent | 8b4b4651c80bd118a6f18dd661562bff77a9b7b3 (diff) | |
download | forums-2ef42b7ae0572050191d76dbb41edd3b2017baab.tar forums-2ef42b7ae0572050191d76dbb41edd3b2017baab.tar.gz forums-2ef42b7ae0572050191d76dbb41edd3b2017baab.tar.bz2 forums-2ef42b7ae0572050191d76dbb41edd3b2017baab.tar.xz forums-2ef42b7ae0572050191d76dbb41edd3b2017baab.zip |
Some tiny fixes.
git-svn-id: file:///svn/phpbb/trunk@7628 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/common.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index fc9820aa9c..13507c5384 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 his 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 if their browser supports it. 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', diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 151ea30f34..292582eb55 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -31,7 +31,7 @@ if (empty($lang) || !is_array($lang)) // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine // // Some characters you may want to copy&paste: -// ’ » “ ” +// ’ » “ ” … // $lang = array_merge($lang, array( |