Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs =================================================================== diff -u -r57eb47b74e13d3893ded8879b38f18c1e0ae58a1 -r0d12e759b6e46290d83d04a6a5760fe467b339ab --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs (.../HeightStructureProperties.cs) (revision 57eb47b74e13d3893ded8879b38f18c1e0ae58a1) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs (.../HeightStructureProperties.cs) (revision 0d12e759b6e46290d83d04a6a5760fe467b339ab) @@ -140,15 +140,15 @@ [PropertyOrder(8)] [TypeConverter(typeof(ExpandableObjectConverter))] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] - [ResourcesDisplayName(typeof(Resources), "WidthOfFlowApertures_DisplayName")] - [ResourcesDescription(typeof(Resources), "WidthOfFlowApertures_Description")] - public NormalDistributionProperties WidthOfFlowApertures + [ResourcesDisplayName(typeof(Resources), "WidthFlowApertures_DisplayName")] + [ResourcesDescription(typeof(Resources), "WidthFlowApertures_Description")] + public NormalDistributionProperties WidthFlowApertures { get { return new NormalDistributionProperties { - Data = data.WidthOfFlowApertures + Data = data.WidthFlowApertures }; } }