소스 검색

- Implementation of the localization... on going...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@363 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 년 전
부모
커밋
6f2ba636d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/dict.class.inc.php

+ 1 - 1
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);
 	}