aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-12-03 18:03:33 +0000
committerNils Adermann <naderman@naderman.de>2006-12-03 18:03:33 +0000
commit9d9624a88624ca8850d6fcae60022a6ed9f754fc (patch)
treeb11d737312e18580d858fb6b16b1cf6e3e678a58 /phpBB/language/en/install.php
parent3d38552c6918b5e3b94c885d1c6ff338380528d9 (diff)
downloadforums-9d9624a88624ca8850d6fcae60022a6ed9f754fc.tar
forums-9d9624a88624ca8850d6fcae60022a6ed9f754fc.tar.gz
forums-9d9624a88624ca8850d6fcae60022a6ed9f754fc.tar.bz2
forums-9d9624a88624ca8850d6fcae60022a6ed9f754fc.tar.xz
forums-9d9624a88624ca8850d6fcae60022a6ed9f754fc.zip
- author search should use clean names for searching [Bug #5752]
- local moderators are moderators too! - don't show a "word is not contained in any post" message for ignored common words - bold search words in search error messages [Bug #5762] git-svn-id: file:///svn/phpbb/trunk@6708 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/install.php')
-rwxr-xr-xphpBB/language/en/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 5868471fdd..e5b2325d24 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -215,7 +215,7 @@ $lang = array_merge($lang, array(
'MBSTRING_FUNC_OVERLOAD' => 'Function overloading',
'MBSTRING_FUNC_OVERLOAD_EXPLAIN' => 'mbstring.func_overload must be set to either 0 or 4',
'MBSTRING_ENCODING_TRANSLATION' => 'Transparent character encoding',
- 'MBSTRING_ENCODING_TRANSLATION_EXPLAIN' => 'mbstring.encoding_translation must be set 0',
+ 'MBSTRING_ENCODING_TRANSLATION_EXPLAIN' => 'mbstring.encoding_translation must be set to 0',
'MBSTRING_HTTP_INPUT' => 'HTTP input character conversion',
'MBSTRING_HTTP_INPUT_EXPLAIN' => 'mbstring.http_input must be set to pass',
'MBSTRING_HTTP_OUTPUT' => 'HTTP output character conversion',