From bd1264ef7f5b4e78b3f8a61caededfe05700f15f Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 15 Dec 2021 17:50:18 +0100 Subject: l10n: Add Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- lib/private/legacy/OC_Util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private') diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php index 068e7a199b5..76d799af285 100644 --- a/lib/private/legacy/OC_Util.php +++ b/lib/private/legacy/OC_Util.php @@ -919,7 +919,7 @@ class OC_Util { if ($iniWrapper->getBool('mbstring.func_overload') !== null && $iniWrapper->getBool('mbstring.func_overload') === true) { $errors[] = [ - 'error' => $l->t('mbstring.func_overload is set to "%s" instead of 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 mbstring.func_overload to 0 in your php.ini.') ]; } -- cgit v1.2.3