Index: src/Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs =================================================================== diff -u -r333 -r555 --- src/Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs (.../CenterCrestLocationPropertyControlTest.cs) (revision 333) +++ src/Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs (.../CenterCrestLocationPropertyControlTest.cs) (revision 555) @@ -29,7 +29,7 @@ Assert.IsTrue(PropertyControl.IsVisible); TestSpinEditVisibleEnabledValue(PropertyControl, "XcoordinateEdit", true, true, location, x => x.Location, 2.34); - TestLabelControlVisibleValue(PropertyControl, "XcoordinateLabel", true, "Locatie"); + TestLabelControlVisibleValue(PropertyControl, "XcoordinateLabel", true, "X-coördinaat"); } [Test]