Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PropertyClasses/ClosingStructureProperties.cs =================================================================== diff -u -rd641f7a03b05f5d7e48f9adeffabafdcb48e1c14 -r9a46b1398c3a83b8f5c06254ccb9808f33eb2531 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PropertyClasses/ClosingStructureProperties.cs (.../ClosingStructureProperties.cs) (revision d641f7a03b05f5d7e48f9adeffabafdcb48e1c14) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PropertyClasses/ClosingStructureProperties.cs (.../ClosingStructureProperties.cs) (revision 9a46b1398c3a83b8f5c06254ccb9808f33eb2531) @@ -53,7 +53,7 @@ private const int thresholdHeightOpenWeirPropertyIndex = 12; private const int insideWaterLevelPropertyIndex = 13; private const int criticalOvertoppingDischargePropertyIndex = 14; - private const int probabilityOpenStructureBeforeFloodingPropertyIndex = 15; + private const int probabilityOrFrequencyOpenStructureBeforeFloodingPropertyIndex = 15; private const int failureProbabilityOpenStructurePropertyIndex = 16; private const int failureProbabilityReparationPropertyIndex = 17; @@ -263,11 +263,11 @@ } } - [PropertyOrder(probabilityOpenStructureBeforeFloodingPropertyIndex)] + [PropertyOrder(probabilityOrFrequencyOpenStructureBeforeFloodingPropertyIndex)] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] - [ResourcesDisplayName(typeof(Resources), "ProbabilityOpenStructureBeforeFlooding_DisplayName")] - [ResourcesDescription(typeof(Resources), "ProbabilityOpenStructureBeforeFlooding_Description")] - public string ProbabilityOpenStructureBeforeFlooding + [ResourcesDisplayName(typeof(Resources), "ProbabilityOrFrequencyOpenStructureBeforeFlooding_DisplayName")] + [ResourcesDescription(typeof(Resources), "ProbabilityOrFrequencyOpenStructureBeforeFlooding_Description")] + public string ProbabilityOrFrequencyOpenStructureBeforeFlooding { get {