From c6a57b5a2f007ea1708c0652fec2f863b48b60a6 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 27 Apr 2010 13:11:04 +0000 Subject: [PATCH] - Implementation of the localization... on going... SVN:trunk[363] --- core/dict.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }