Clean-up of orthography, grammar
* Changed "instead to" to "instead of". * Changed "setup" to "set up" (past participle).
This commit is contained in:
parent
f59576c3ca
commit
35207ae363
|
@ -749,7 +749,7 @@ class OC_Util {
|
||||||
if($iniWrapper->getBool('mbstring.func_overload') !== null &&
|
if($iniWrapper->getBool('mbstring.func_overload') !== null &&
|
||||||
$iniWrapper->getBool('mbstring.func_overload') === true) {
|
$iniWrapper->getBool('mbstring.func_overload') === true) {
|
||||||
$errors[] = array(
|
$errors[] = array(
|
||||||
'error' => $l->t('mbstring.func_overload is set to "%s" instead to the expected value "0"', [$iniWrapper->getString('mbstring.func_overload')]),
|
'error' => $l->t('mbstring.func_overload is set to "%s" instead of the expected value "0"', [$iniWrapper->getString('mbstring.func_overload')]),
|
||||||
'hint' => $l->t('To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini')
|
'hint' => $l->t('To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue