소스 검색

Typo in the localization... fixed.

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

+ 1 - 1
core/cmdbchangeop.class.inc.php

@@ -253,7 +253,7 @@ class CMDBChangeOpSetAttributeScalar extends CMDBChangeOpSetAttribute
 			}
 			else
 			{
-				$sResult = Dict::Format('Change:Att_SetTo_NewValue_PreviousValue_OldValue', $sAttName, $sNewValue, $sOldValue);
+				$sResult = Dict::Format('Change:AttName_SetTo_NewValue_PreviousValue_OldValue', $sAttName, $sNewValue, $sOldValue);
 			}
 		}
 		return $sResult;