From f522e06bce89ab8f644bf284d9f1a5f7291b802c Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Sun, 5 Sep 2010 12:52:50 +0000 Subject: [PATCH] Typo in the localization... fixed. SVN:trunk[766] --- core/cmdbchangeop.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cmdbchangeop.class.inc.php b/core/cmdbchangeop.class.inc.php index f32dc2bf3..5d2be978d 100644 --- a/core/cmdbchangeop.class.inc.php +++ b/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;