Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfiles/PipingSoilLayerTransformer.cs =================================================================== diff -u -r6e13601c60d74ca47c6fa76ed894c03c3aa0cfdf -r7b692ef44a3029ae881190f04c20cfd075927783 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfiles/PipingSoilLayerTransformer.cs (.../PipingSoilLayerTransformer.cs) (revision 6e13601c60d74ca47c6fa76ed894c03c3aa0cfdf) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfiles/PipingSoilLayerTransformer.cs (.../PipingSoilLayerTransformer.cs) (revision 7b692ef44a3029ae881190f04c20cfd075927783) @@ -160,7 +160,7 @@ || Math.Abs(shift) > 1e-6)) { throw new ImportedDataTransformException(string.Format( - Resources.SoilLayer_Stochastic_parameter_0_has_no_shifted_lognormal_distribution, + Resources.SoilLayer_Stochastic_parameter_0_has_no_lognormal_distribution, incorrectDistibutionParameter)); } } @@ -170,7 +170,7 @@ if (distribution.HasValue && distribution != SoilLayerConstants.LogNormalDistributionValue) { throw new ImportedDataTransformException(string.Format( - Resources.SoilLayer_Stochastic_parameter_0_has_no_lognormal_distribution, + Resources.SoilLayer_Stochastic_parameter_0_has_no_shifted_lognormal_distribution, incorrectDistibutionParameter)); } }