Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r11b19410303b6dc46485deb566505c546971250e -r62837f6b3c3c76d19bb32feb00754aa24bdfe1b3 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 11b19410303b6dc46485deb566505c546971250e) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 62837f6b3c3c76d19bb32feb00754aa24bdfe1b3) @@ -1902,7 +1902,7 @@ } /// - /// Looks up a localized string similar to Waarden van variabelen in het illustratiepunt.. + /// Looks up a localized string similar to Waarden van afgeleide variabelen in het illustratiepunt.. /// public static string IllustrationPoint_Result_Description { get { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx =================================================================== diff -u -r11b19410303b6dc46485deb566505c546971250e -r62837f6b3c3c76d19bb32feb00754aa24bdfe1b3 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 11b19410303b6dc46485deb566505c546971250e) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 62837f6b3c3c76d19bb32feb00754aa24bdfe1b3) @@ -1207,7 +1207,7 @@ 2D profiel - Waarden van variabelen in het illustratiepunt. + Waarden van afgeleide variabelen in het illustratiepunt. Afgeleide variabelen Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointValuesPropertiesTest.cs =================================================================== diff -u -r11b19410303b6dc46485deb566505c546971250e -r62837f6b3c3c76d19bb32feb00754aa24bdfe1b3 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointValuesPropertiesTest.cs (.../SubMechanismIllustrationPointValuesPropertiesTest.cs) (revision 11b19410303b6dc46485deb566505c546971250e) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointValuesPropertiesTest.cs (.../SubMechanismIllustrationPointValuesPropertiesTest.cs) (revision 62837f6b3c3c76d19bb32feb00754aa24bdfe1b3) @@ -150,7 +150,7 @@ PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(resultsProperty, category, "Afgeleide variabelen", - "Waarden van variabelen in het illustratiepunt.", + "Waarden van afgeleide variabelen in het illustratiepunt.", true); } }