Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -reaa8b3e276e1a0a6a4d0a2f96016879d8d12d394 -r811b71e4352212dc32ade0b5680e4e06aa883f4b --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision eaa8b3e276e1a0a6a4d0a2f96016879d8d12d394) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 811b71e4352212dc32ade0b5680e4e06aa883f4b) @@ -278,7 +278,7 @@ } /// - /// Looks up a localized string similar to Aantal coordinaten tot de teen van de dijk.. + /// Looks up a localized string similar to Aantal coördinaten tot de teen van de dijk.. /// public static string Foreshore_NumberOfCoordinates_Discription { get { Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx =================================================================== diff -u -reaa8b3e276e1a0a6a4d0a2f96016879d8d12d394 -r811b71e4352212dc32ade0b5680e4e06aa883f4b --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision eaa8b3e276e1a0a6a4d0a2f96016879d8d12d394) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision 811b71e4352212dc32ade0b5680e4e06aa883f4b) @@ -230,7 +230,7 @@ Aanwezig - Aantal coordinaten tot de teen van de dijk. + Aantal coördinaten tot de teen van de dijk. Aantal Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/ForeshorePropertiesTest.cs =================================================================== diff -u -r61f2445be56feb2180cb0990d8889164c17b79f0 -r811b71e4352212dc32ade0b5680e4e06aa883f4b --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/ForeshorePropertiesTest.cs (.../ForeshorePropertiesTest.cs) (revision 61f2445be56feb2180cb0990d8889164c17b79f0) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/ForeshorePropertiesTest.cs (.../ForeshorePropertiesTest.cs) (revision 811b71e4352212dc32ade0b5680e4e06aa883f4b) @@ -141,7 +141,7 @@ Assert.IsNotNull(numberOfCoordinatesProperty); Assert.IsTrue(numberOfCoordinatesProperty.IsReadOnly); Assert.AreEqual("Aantal", numberOfCoordinatesProperty.DisplayName); - Assert.AreEqual("Aantal coordinaten tot de teen van de dijk.", numberOfCoordinatesProperty.Description); + Assert.AreEqual("Aantal coördinaten tot de teen van de dijk.", numberOfCoordinatesProperty.Description); mockRepository.VerifyAll(); }