Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfiles/PipingSoilLayerTransformer.cs =================================================================== diff -u -r4e0b333b9e7d89ba6563e1b2f9cb011c92c8015f -r6e13601c60d74ca47c6fa76ed894c03c3aa0cfdf --- Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfiles/PipingSoilLayerTransformer.cs (.../PipingSoilLayerTransformer.cs) (revision 4e0b333b9e7d89ba6563e1b2f9cb011c92c8015f) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfiles/PipingSoilLayerTransformer.cs (.../PipingSoilLayerTransformer.cs) (revision 6e13601c60d74ca47c6fa76ed894c03c3aa0cfdf) @@ -160,7 +160,7 @@ || Math.Abs(shift) > 1e-6)) { 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)); } } @@ -170,7 +170,7 @@ if (distribution.HasValue && distribution != SoilLayerConstants.LogNormalDistributionValue) { 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)); } }