aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-02-25 14:10:11 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-02-25 14:10:11 +0000
commit2716e9f7ff8fa26d14014907bf680daea7d3db9a (patch)
treed436badb4ae8f4e36bb4751bfd1c6b948eb89ed6 /phpBB/language/en/install.php
parentbf4b0e9ed4b63d87611d975e311a7f48d73919c8 (diff)
downloadforums-2716e9f7ff8fa26d14014907bf680daea7d3db9a.tar
forums-2716e9f7ff8fa26d14014907bf680daea7d3db9a.tar.gz
forums-2716e9f7ff8fa26d14014907bf680daea7d3db9a.tar.bz2
forums-2716e9f7ff8fa26d14014907bf680daea7d3db9a.tar.xz
forums-2716e9f7ff8fa26d14014907bf680daea7d3db9a.zip
#8330
git-svn-id: file:///svn/phpbb/trunk@7067 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 e400a1376e..86628ce0ee 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -219,7 +219,7 @@ $lang = array_merge($lang, array(
// mbstring
'MBSTRING_CHECK' => '<samp>mbstring</samp> extension check',
- 'MBSTRING_CHECK_EXPLAIN' => '<samp>mbstring</samp> is a PHP extension that provides multibyte string functions. Certain features of mbstring are not compatible with phpBB and must be disabled.',
+ 'MBSTRING_CHECK_EXPLAIN' => '<strong>Required</strong> - <samp>mbstring</samp> is a PHP extension that provides multibyte string functions. Certain features of mbstring are not compatible with phpBB and must be disabled.',
'MBSTRING_FUNC_OVERLOAD' => 'Function overloading',
'MBSTRING_FUNC_OVERLOAD_EXPLAIN' => '<var>mbstring.func_overload</var> must be set to either 0 or 4',
'MBSTRING_ENCODING_TRANSLATION' => 'Transparent character encoding',