Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r0e541f9ed4d56646332e86aea1b3c699c650563b -rdc138b91865e2d63b0a92e81888473c9a8f63260 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 0e541f9ed4d56646332e86aea1b3c699c650563b) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision dc138b91865e2d63b0a92e81888473c9a8f63260) @@ -678,7 +678,7 @@ } /// - /// Looks up a localized string similar to De coördinaten van de locatie in het Rijksdriehoeksstelsel.. + /// Looks up a localized string similar to De coördinaten van de locatie van de dijk in het Rijksdriehoeksstelsel.. /// public static string WorldReferencePoint_Description { get { Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx =================================================================== diff -u -r0e541f9ed4d56646332e86aea1b3c699c650563b -rdc138b91865e2d63b0a92e81888473c9a8f63260 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision 0e541f9ed4d56646332e86aea1b3c699c650563b) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision dc138b91865e2d63b0a92e81888473c9a8f63260) @@ -323,7 +323,7 @@ HBN [m+NAP] - De coördinaten van de locatie in het Rijksdriehoeksstelsel. + De coördinaten van de locatie van de dijk in het Rijksdriehoeksstelsel. Locatie (RD) [m] Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/DikeProfilePropertiesTest.cs =================================================================== diff -u -rcba6c270ea323936b751ca8f8572075298f594f9 -rdc138b91865e2d63b0a92e81888473c9a8f63260 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/DikeProfilePropertiesTest.cs (.../DikeProfilePropertiesTest.cs) (revision cba6c270ea323936b751ca8f8572075298f594f9) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/DikeProfilePropertiesTest.cs (.../DikeProfilePropertiesTest.cs) (revision dc138b91865e2d63b0a92e81888473c9a8f63260) @@ -101,7 +101,7 @@ Assert.IsTrue(worldReferencePointProperty.IsReadOnly); Assert.AreEqual("Schematisatie", worldReferencePointProperty.Category); Assert.AreEqual("Locatie (RD) [m]", worldReferencePointProperty.DisplayName); - Assert.AreEqual("De coördinaten van de locatie in het Rijksdriehoeksstelsel.", worldReferencePointProperty.Description); + Assert.AreEqual("De coördinaten van de locatie van de dijk in het Rijksdriehoeksstelsel.", worldReferencePointProperty.Description); PropertyDescriptor orientationProperty = dynamicProperties[orientationPropertyIndex]; Assert.IsNotNull(orientationProperty); Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsInputContextPropertiesTest.cs =================================================================== diff -u -rcba6c270ea323936b751ca8f8572075298f594f9 -rdc138b91865e2d63b0a92e81888473c9a8f63260 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsInputContextPropertiesTest.cs (.../GrassCoverErosionInwardsInputContextPropertiesTest.cs) (revision cba6c270ea323936b751ca8f8572075298f594f9) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsInputContextPropertiesTest.cs (.../GrassCoverErosionInwardsInputContextPropertiesTest.cs) (revision dc138b91865e2d63b0a92e81888473c9a8f63260) @@ -217,7 +217,7 @@ Assert.IsTrue(worldReferencePointProperty.IsReadOnly); Assert.AreEqual("Schematisatie", worldReferencePointProperty.Category); Assert.AreEqual("Locatie (RD) [m]", worldReferencePointProperty.DisplayName); - Assert.AreEqual("De coördinaten van de locatie in het Rijksdriehoeksstelsel.", worldReferencePointProperty.Description); + Assert.AreEqual("De coördinaten van de locatie van de dijk in het Rijksdriehoeksstelsel.", worldReferencePointProperty.Description); PropertyDescriptor orientationProperty = dynamicProperties[orientationPropertyIndex]; Assert.IsNotNull(orientationProperty);