Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaterStressLinesProperties.cs =================================================================== diff -u -r7fd9d2bf74176ea1d05e7bb7619a09a5ec7caec0 -rbbf5d8fd06b31fae8e3310d8eda12b7cf0b9fa37 --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaterStressLinesProperties.cs (.../MacroStabilityInwardsWaterStressLinesProperties.cs) (revision 7fd9d2bf74176ea1d05e7bb7619a09a5ec7caec0) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaterStressLinesProperties.cs (.../MacroStabilityInwardsWaterStressLinesProperties.cs) (revision bbf5d8fd06b31fae8e3310d8eda12b7cf0b9fa37) @@ -60,7 +60,7 @@ [PropertyOrder(waternetExtremePropertyIndex)] [ResourcesCategory(typeof(Resources), nameof(Resources.Waterstresses_DisplayName))] - [ResourcesDisplayName(typeof(Resources), nameof(MacroStabilityInwardsDataResources.Extreme_DisplayName))] + [ResourcesDisplayName(typeof(MacroStabilityInwardsDataResources), nameof(MacroStabilityInwardsDataResources.Extreme_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.WaterStressLines_Extreme_Description))] [TypeConverter(typeof(ExpandableObjectConverter))] public MacroStabilityInwardsWaternetProperties WaternetExtreme @@ -73,7 +73,7 @@ [PropertyOrder(waternetDailyPropertyIndex)] [ResourcesCategory(typeof(Resources), nameof(Resources.Waterstresses_DisplayName))] - [ResourcesDisplayName(typeof(Resources), nameof(MacroStabilityInwardsDataResources.Daily_DisplayName))] + [ResourcesDisplayName(typeof(MacroStabilityInwardsDataResources), nameof(MacroStabilityInwardsDataResources.Daily_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.WaterStressLines_Daily_Description))] [TypeConverter(typeof(ExpandableObjectConverter))] public MacroStabilityInwardsWaternetProperties WaternetDaily Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaterStressesProperties.cs =================================================================== diff -u -r7fd9d2bf74176ea1d05e7bb7619a09a5ec7caec0 -rbbf5d8fd06b31fae8e3310d8eda12b7cf0b9fa37 --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaterStressesProperties.cs (.../MacroStabilityInwardsWaterStressesProperties.cs) (revision 7fd9d2bf74176ea1d05e7bb7619a09a5ec7caec0) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaterStressesProperties.cs (.../MacroStabilityInwardsWaterStressesProperties.cs) (revision bbf5d8fd06b31fae8e3310d8eda12b7cf0b9fa37) @@ -266,7 +266,7 @@ [PropertyOrder(locationExtremePropertyIndex)] [ResourcesCategory(typeof(Resources), nameof(Resources.Waterstresses_DisplayName))] - [ResourcesDisplayName(typeof(Resources), nameof(MacroStabilityInwardsDataResources.Extreme_DisplayName))] + [ResourcesDisplayName(typeof(MacroStabilityInwardsDataResources), nameof(MacroStabilityInwardsDataResources.Extreme_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.LocationExtreme_Description))] [TypeConverter(typeof(ExpandableObjectConverter))] public MacroStabilityInwardsLocationInputExtremeProperties LocationExtreme @@ -279,7 +279,7 @@ [PropertyOrder(locationDailyPropertyIndex)] [ResourcesCategory(typeof(Resources), nameof(Resources.Waterstresses_DisplayName))] - [ResourcesDisplayName(typeof(Resources), nameof(MacroStabilityInwardsDataResources.Daily_DisplayName))] + [ResourcesDisplayName(typeof(MacroStabilityInwardsDataResources), nameof(MacroStabilityInwardsDataResources.Daily_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.LocationDaily_Description))] [TypeConverter(typeof(ExpandableObjectConverter))] public MacroStabilityInwardsLocationInputDailyProperties LocationDaily