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' => 'mbstring extension check',
- 'MBSTRING_CHECK_EXPLAIN' => 'mbstring 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' => 'Required - mbstring 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' => 'mbstring.func_overload must be set to either 0 or 4',
'MBSTRING_ENCODING_TRANSLATION' => 'Transparent character encoding',