Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -rd42451749e8feec1c96555eb81b1cd7d67e30146 -r886d05e5ddb1f4aedff9a25e85aefe95b83a3d18 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d42451749e8feec1c96555eb81b1cd7d67e30146) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 886d05e5ddb1f4aedff9a25e85aefe95b83a3d18) @@ -1282,7 +1282,7 @@ } /// - /// Looks up a localized string similar to Oriëntatie van het voorlandprofiel ten opzichte van het noorden.. + /// Looks up a localized string similar to Oriëntatie van de dijknormaal ten opzichte van het noorden.. /// public static string Orientation_ForeshoreProfile_Description { get { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx =================================================================== diff -u -rd42451749e8feec1c96555eb81b1cd7d67e30146 -r886d05e5ddb1f4aedff9a25e85aefe95b83a3d18 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision d42451749e8feec1c96555eb81b1cd7d67e30146) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 886d05e5ddb1f4aedff9a25e85aefe95b83a3d18) @@ -542,7 +542,7 @@ Oriëntatie [°] - Oriëntatie van het voorlandprofiel ten opzichte van het noorden. + Oriëntatie van de dijknormaal ten opzichte van het noorden. Naam Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/ForeshoreProfilePropertiesTest.cs =================================================================== diff -u -r9b0f19dce46cb8c54cd27dadb2d79888035a1aff -r886d05e5ddb1f4aedff9a25e85aefe95b83a3d18 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/ForeshoreProfilePropertiesTest.cs (.../ForeshoreProfilePropertiesTest.cs) (revision 9b0f19dce46cb8c54cd27dadb2d79888035a1aff) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/ForeshoreProfilePropertiesTest.cs (.../ForeshoreProfilePropertiesTest.cs) (revision 886d05e5ddb1f4aedff9a25e85aefe95b83a3d18) @@ -111,7 +111,7 @@ Assert.IsTrue(orientationProperty.IsReadOnly); Assert.AreEqual("Schematisatie", orientationProperty.Category); Assert.AreEqual("Oriëntatie [°]", orientationProperty.DisplayName); - Assert.AreEqual("Oriëntatie van het voorlandprofiel ten opzichte van het noorden.", orientationProperty.Description); + Assert.AreEqual("Oriëntatie van de dijknormaal ten opzichte van het noorden.", orientationProperty.Description); PropertyDescriptor breakWaterProperty = dynamicProperties[breakWaterPropertyIndex]; Assert.IsNotNull(breakWaterProperty); Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/PropertyClasses/StabilityStoneCoverWaveConditionsCalculationInputContextPropertiesTest.cs =================================================================== diff -u -r4cd987d7abd8340848d2159381f1d8ed4dfb7d96 -r886d05e5ddb1f4aedff9a25e85aefe95b83a3d18 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/PropertyClasses/StabilityStoneCoverWaveConditionsCalculationInputContextPropertiesTest.cs (.../StabilityStoneCoverWaveConditionsCalculationInputContextPropertiesTest.cs) (revision 4cd987d7abd8340848d2159381f1d8ed4dfb7d96) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/PropertyClasses/StabilityStoneCoverWaveConditionsCalculationInputContextPropertiesTest.cs (.../StabilityStoneCoverWaveConditionsCalculationInputContextPropertiesTest.cs) (revision 886d05e5ddb1f4aedff9a25e85aefe95b83a3d18) @@ -385,7 +385,7 @@ Assert.IsFalse(orientationProperty.IsReadOnly); Assert.AreEqual(schematizationCategory, orientationProperty.Category); Assert.AreEqual("Oriëntatie [°]", orientationProperty.DisplayName); - Assert.AreEqual("Oriëntatie van het voorlandprofiel ten opzichte van het noorden.", orientationProperty.Description); + Assert.AreEqual("Oriëntatie van de dijknormaal ten opzichte van het noorden.", orientationProperty.Description); PropertyDescriptor breakWaterProperty = dynamicProperties[breakWaterPropertyIndex]; Assert.IsNotNull(breakWaterProperty);