Index: Riskeer/GrassCoverErosionOutwards/src/Riskeer.GrassCoverErosionOutwards.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rbecd5af6e28a11d96e0b7d880bde072108a3e162 -rea4958a76b4d0a9eac89fd89142a7c4ae4875eab
--- Riskeer/GrassCoverErosionOutwards/src/Riskeer.GrassCoverErosionOutwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision becd5af6e28a11d96e0b7d880bde072108a3e162)
+++ Riskeer/GrassCoverErosionOutwards/src/Riskeer.GrassCoverErosionOutwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ea4958a76b4d0a9eac89fd89142a7c4ae4875eab)
@@ -118,26 +118,6 @@
}
///
- /// Looks up a localized string similar to Het type van de belasting waarvoor berekend wordt..
- ///
- public static string GrassCoverErosionOutwardsWaveConditionsInputContextProperties_RevetmentType_Description {
- get {
- return ResourceManager.GetString("GrassCoverErosionOutwardsWaveConditionsInputContextProperties_RevetmentType_Descr" +
- "iption", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Type belasting.
- ///
- public static string GrassCoverErosionOutwardsWaveConditionsInputContextProperties_RevetmentType_DisplayName {
- get {
- return ResourceManager.GetString("GrassCoverErosionOutwardsWaveConditionsInputContextProperties_RevetmentType_Displ" +
- "ayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Berekende hydraulische belastingen voor golfklap..
///
public static string GrassCoverErosionOutwardsWaveConditionsOutputProperties_WaveImpactOutput_Description {
Index: Riskeer/GrassCoverErosionOutwards/src/Riskeer.GrassCoverErosionOutwards.Forms/Properties/Resources.resx
===================================================================
diff -u -rbecd5af6e28a11d96e0b7d880bde072108a3e162 -rea4958a76b4d0a9eac89fd89142a7c4ae4875eab
--- Riskeer/GrassCoverErosionOutwards/src/Riskeer.GrassCoverErosionOutwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision becd5af6e28a11d96e0b7d880bde072108a3e162)
+++ Riskeer/GrassCoverErosionOutwards/src/Riskeer.GrassCoverErosionOutwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision ea4958a76b4d0a9eac89fd89142a7c4ae4875eab)
@@ -165,12 +165,6 @@
Golfoploop
-
- Het type van de belasting waarvoor berekend wordt.
-
-
- Type belasting
-
Berekende hydraulische belastingen voor golfklap.
Index: Riskeer/GrassCoverErosionOutwards/src/Riskeer.GrassCoverErosionOutwards.Forms/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs
===================================================================
diff -u -re94e02c73dc3b5a3a06490758b451a11538a7de4 -rea4958a76b4d0a9eac89fd89142a7c4ae4875eab
--- Riskeer/GrassCoverErosionOutwards/src/Riskeer.GrassCoverErosionOutwards.Forms/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs) (revision e94e02c73dc3b5a3a06490758b451a11538a7de4)
+++ Riskeer/GrassCoverErosionOutwards/src/Riskeer.GrassCoverErosionOutwards.Forms/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs) (revision ea4958a76b4d0a9eac89fd89142a7c4ae4875eab)
@@ -55,8 +55,6 @@
: base(context, getAssessmentLevelFunc, propertyChangeHandler) {}
[TypeConverter(typeof(EnumTypeConverter))]
- [ResourcesDisplayName(typeof(Resources), nameof(Resources.GrassCoverErosionOutwardsWaveConditionsInputContextProperties_RevetmentType_DisplayName))]
- [ResourcesDescription(typeof(Resources), nameof(Resources.GrassCoverErosionOutwardsWaveConditionsInputContextProperties_RevetmentType_Description))]
public override GrassCoverErosionOutwardsWaveConditionsCalculationType RevetmentType
{
get
Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs
===================================================================
diff -u -re94e02c73dc3b5a3a06490758b451a11538a7de4 -rea4958a76b4d0a9eac89fd89142a7c4ae4875eab
--- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs) (revision e94e02c73dc3b5a3a06490758b451a11538a7de4)
+++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs) (revision ea4958a76b4d0a9eac89fd89142a7c4ae4875eab)
@@ -98,8 +98,8 @@
Assert.IsInstanceOf(revetmentTypeProperty.Converter);
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(revetmentTypeProperty,
"Modelinstellingen",
- "Type belasting",
- "Het type van de belasting waarvoor berekend wordt.");
+ "Type bekleding",
+ "Het type van de bekleding waarvoor berekend wordt.");
mocks.VerifyAll();
}