diff --git a/core/dict.class.inc.php b/core/dict.class.inc.php index 9afe91083..83f187e3b 100644 --- a/core/dict.class.inc.php +++ b/core/dict.class.inc.php @@ -132,7 +132,7 @@ class Dict $aArguments = func_get_args(); array_shift($aArguments); - return vsprintf($sFormat, $aArguments); + return vsprintf($sLocalizedFormat, $aArguments); }