diff options
Diffstat (limited to 'core/modules/system/system.install')
-rw-r--r-- | core/modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 027a6ab90360..fae06ecc2724 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1289,7 +1289,7 @@ function system_requirements($phase) { break; case 'mbstring.encoding_translation': - $requirements['unicode']['description'] = t('Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini <em>mbstring.encoding_translation</em> setting. Please refer to the <a href="http://php.net/mbstring">PHP mbstring documentation</a> for more information.'); + $requirements['unicode']['description'] = t('Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini <em>mbstring.encoding_translation</em> setting. Refer to the <a href="http://php.net/mbstring">PHP mbstring documentation</a> for more information.'); break; } |