Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r08adf25cc7efeb88759bcba90e9881466fbf60f9 -r5684fb6e48e9aee390eb2eaf6858cbf077b00599 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 08adf25cc7efeb88759bcba90e9881466fbf60f9) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 5684fb6e48e9aee390eb2eaf6858cbf077b00599) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.17929 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -579,7 +579,7 @@ } /// - /// Looks up a localized string similar to De HBN van de overslag deelberekening.. + /// Looks up a localized string similar to Het berekende Hydraulisch Belasting Niveau (HBN).. /// public static string GrassCoverErosionInwardsOutput_DikeHeight_Description { get { Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx =================================================================== diff -u -r08adf25cc7efeb88759bcba90e9881466fbf60f9 -r5684fb6e48e9aee390eb2eaf6858cbf077b00599 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision 08adf25cc7efeb88759bcba90e9881466fbf60f9) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision 5684fb6e48e9aee390eb2eaf6858cbf077b00599) @@ -317,7 +317,7 @@ Bereken HBN - De HBN van de overslag deelberekening. + Het berekende Hydraulisch Belasting Niveau (HBN). HBN [m+NAP] Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsOutputPropertiesTest.cs =================================================================== diff -u -r08adf25cc7efeb88759bcba90e9881466fbf60f9 -r5684fb6e48e9aee390eb2eaf6858cbf077b00599 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsOutputPropertiesTest.cs (.../GrassCoverErosionInwardsOutputPropertiesTest.cs) (revision 08adf25cc7efeb88759bcba90e9881466fbf60f9) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsOutputPropertiesTest.cs (.../GrassCoverErosionInwardsOutputPropertiesTest.cs) (revision 5684fb6e48e9aee390eb2eaf6858cbf077b00599) @@ -165,7 +165,7 @@ Assert.IsTrue(dikeHeightProperty.IsReadOnly); Assert.AreEqual("Resultaat", dikeHeightProperty.Category); Assert.AreEqual("HBN [m+NAP]", dikeHeightProperty.DisplayName); - Assert.AreEqual("De HBN van de overslag deelberekening.", dikeHeightProperty.Description); + Assert.AreEqual("Het berekende Hydraulisch Belasting Niveau (HBN).", dikeHeightProperty.Description); } [Test]