Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaternetProperties.cs =================================================================== diff -u -r14c118039f313ea66787d8065daad0aa783b731a -rf5c00f7fb200387f33023622372196697c1a249b --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaternetProperties.cs (.../MacroStabilityInwardsWaternetProperties.cs) (revision 14c118039f313ea66787d8065daad0aa783b731a) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaternetProperties.cs (.../MacroStabilityInwardsWaternetProperties.cs) (revision f5c00f7fb200387f33023622372196697c1a249b) @@ -57,6 +57,7 @@ [PropertyOrder(phreaticLinesPropertyIndex)] [ResourcesCategory(typeof(Resources), nameof(Resources.Waterstresses_DisplayName))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.PhreaticLines_DisplayName))] + [ResourcesDescription(typeof(Resources), nameof(Resources.PhreaticLines_Description))] [TypeConverter(typeof(ExpandableReadOnlyArrayConverter))] public MacroStabilityInwardsPhreaticLineProperties[] PhreaticLines @@ -70,6 +71,7 @@ [PropertyOrder(waternetLinesPropertyIndex)] [ResourcesCategory(typeof(Resources), nameof(Resources.Waterstresses_DisplayName))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.WaternetLines_DisplayName))] + [ResourcesDescription(typeof(Resources), nameof(Resources.WaternetLines_Description))] [TypeConverter(typeof(ExpandableReadOnlyArrayConverter))] public MacroStabilityInwardsWaternetLineProperties[] WaternetLines