Index: Riskeer/AssemblyTool/src/Riskeer.AssemblyTool.KernelWrapper/Creators/AssemblyErrorMessageCreator.cs =================================================================== diff -u -rb0483be937a9995e4c424e4d1fa8a9aa97258657 -r5b9adc7bf0d6c7d8894f761c1ba693913f9ab188 --- Riskeer/AssemblyTool/src/Riskeer.AssemblyTool.KernelWrapper/Creators/AssemblyErrorMessageCreator.cs (.../AssemblyErrorMessageCreator.cs) (revision b0483be937a9995e4c424e4d1fa8a9aa97258657) +++ Riskeer/AssemblyTool/src/Riskeer.AssemblyTool.KernelWrapper/Creators/AssemblyErrorMessageCreator.cs (.../AssemblyErrorMessageCreator.cs) (revision 5b9adc7bf0d6c7d8894f761c1ba693913f9ab188) @@ -91,17 +91,17 @@ case EAssemblyErrors.ValueMayNotBeNull: case EAssemblyErrors.ValueMayNotBeNaN: return Resources.AssemblyErrorMessageCreator_ValueMayNotBeNull; - case EAssemblyErrors.FailurePathSectionLengthInvalid: + case EAssemblyErrors.FailureMechanismSectionLengthInvalid: return Resources.AssemblyErrorMessageCreator_FailurePathSectionLengthInvalid; - case EAssemblyErrors.FailurePathSectionSectionStartEndInvalid: + case EAssemblyErrors.FailureMechanismSectionSectionStartEndInvalid: return Resources.AssemblyErrorMessageCreator_FailurePathSectionSectionStartEndInvalid; case EAssemblyErrors.FailureProbabilityOutOfRange: return Resources.AssemblyErrorMessageCreator_FailureProbabilityOutOfRange; case EAssemblyErrors.InputNotTheSameType: return Resources.AssemblyErrorMessageCreator_InputNotTheSameType; - case EAssemblyErrors.CommonFailurePathSectionsInvalid: + case EAssemblyErrors.CommonFailureMechanismSectionsInvalid: return Resources.AssemblyErrorMessageCreator_CommonFailurePathSectionsInvalid; - case EAssemblyErrors.CommonFailurePathSectionsNotConsecutive: + case EAssemblyErrors.CommonFailureMechanismSectionsNotConsecutive: return Resources.AssemblyErrorMessageCreator_CommonFailurePathSectionsNotConsecutive; case EAssemblyErrors.RequestedPointOutOfRange: return Resources.AssemblyErrorMessageCreator_RequestedPointOutOfRange;