Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsInputContextDikeGeometryPropertiesTest.cs =================================================================== diff -u -ra64de6ae2156a0977bec63ec48825d185dba2801 -r7461afe37bcf85d746168f3fde0ca01947ec888e --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsInputContextDikeGeometryPropertiesTest.cs (.../GrassCoverErosionInwardsInputContextDikeGeometryPropertiesTest.cs) (revision a64de6ae2156a0977bec63ec48825d185dba2801) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsInputContextDikeGeometryPropertiesTest.cs (.../GrassCoverErosionInwardsInputContextDikeGeometryPropertiesTest.cs) (revision 7461afe37bcf85d746168f3fde0ca01947ec888e) @@ -145,7 +145,7 @@ Assert.IsNotNull(coordinatesProperty); Assert.IsTrue(coordinatesProperty.IsReadOnly); Assert.AreEqual("Coördinaten [m]", coordinatesProperty.DisplayName); - Assert.AreEqual("Lijst met punten in coördinaten.", coordinatesProperty.Description); + Assert.AreEqual("Lijst met punten in lokale coördinaten.", coordinatesProperty.Description); PropertyDescriptor roughnessesProperty = dynamicProperties[roughnessesPropertyIndex]; Assert.IsNotNull(roughnessesProperty);