Explorar o código

Typo in the localization... fixed.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@766 a333f486-631f-4898-b8df-5754b55c2be0
dflaven %!s(int64=15) %!d(string=hai) anos
pai
achega
32d0afef84
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;