Index: branches/5.1.x/core/units/configuration/configuration_event_handler.php =================================================================== diff -u -N -r14110 -r14161 --- branches/5.1.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 14110) +++ branches/5.1.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 14161) @@ -1,6 +1,6 @@ Application->ConfigValue('AllowAdminConsoleInterfaceChange'); if (($object->GetDBField('VariableValue') != $object->GetOriginalField('VariableValue')) && !$can_change) { - $object->SetError('VariableValue', 'not_allowed', 'la_error_NotAllowed'); + $object->SetError('VariableValue', 'not_allowed', 'la_error_OperationNotAllowed'); } }