Typo in the localization... fixed.

SVN:trunk[766]
This commit is contained in:
Denis Flaven
2010-09-05 12:52:50 +00:00
parent 4ed6b76188
commit f522e06bce

View File

@@ -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;