Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -r86e28c84061c61cc4c0922c33d0ef74b683ad965 -r11b19410303b6dc46485deb566505c546971250e
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 86e28c84061c61cc4c0922c33d0ef74b683ad965)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 11b19410303b6dc46485deb566505c546971250e)
@@ -1911,7 +1911,7 @@
}
///
- /// Looks up a localized string similar to Afgeleide grootheden.
+ /// Looks up a localized string similar to Afgeleide variabelen.
///
public static string IllustrationPoint_Result_DisplayName {
get {
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx
===================================================================
diff -u -r86e28c84061c61cc4c0922c33d0ef74b683ad965 -r11b19410303b6dc46485deb566505c546971250e
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 86e28c84061c61cc4c0922c33d0ef74b683ad965)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 11b19410303b6dc46485deb566505c546971250e)
@@ -1210,7 +1210,7 @@
Waarden van variabelen in het illustratiepunt.
- Afgeleide grootheden
+ Afgeleide variabelen
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TopLevelFaultTreeIllustrationPointProperties.cs
===================================================================
diff -u -r3e5d6f7c7f61eb17c81d1f80d2e55fda103f766d -r11b19410303b6dc46485deb566505c546971250e
--- Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TopLevelFaultTreeIllustrationPointProperties.cs (.../TopLevelFaultTreeIllustrationPointProperties.cs) (revision 3e5d6f7c7f61eb17c81d1f80d2e55fda103f766d)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TopLevelFaultTreeIllustrationPointProperties.cs (.../TopLevelFaultTreeIllustrationPointProperties.cs) (revision 11b19410303b6dc46485deb566505c546971250e)
@@ -62,7 +62,7 @@
}
[ResourcesCategory(typeof(Resources), nameof(Resources.Categories_IllustrationPoints))]
- [ResourcesDisplayName(typeof(Resources), nameof(Resources.CalculationOutput_CalculatedProbability_DisplayName))]
+ [ResourcesDisplayName(typeof(Resources), nameof(Resources.IllustrationPoint_CalculatedProbability_DisplayName))]
[ResourcesDescription(typeof(Resources), nameof(Resources.CalculationOutput_CalculatedProbability_Description))]
[TypeConverter(typeof(NoProbabilityValueDoubleConverter))]
public double CalculatedProbability
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TopLevelSubMechanismIllustrationPointProperties.cs
===================================================================
diff -u -r86e28c84061c61cc4c0922c33d0ef74b683ad965 -r11b19410303b6dc46485deb566505c546971250e
--- Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TopLevelSubMechanismIllustrationPointProperties.cs (.../TopLevelSubMechanismIllustrationPointProperties.cs) (revision 86e28c84061c61cc4c0922c33d0ef74b683ad965)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TopLevelSubMechanismIllustrationPointProperties.cs (.../TopLevelSubMechanismIllustrationPointProperties.cs) (revision 11b19410303b6dc46485deb566505c546971250e)
@@ -81,7 +81,7 @@
[PropertyOrder(2)]
[ResourcesCategory(typeof(Resources), nameof(Resources.Categories_General))]
- [ResourcesDisplayName(typeof(Resources), nameof(Resources.CalculationOutput_CalculatedProbability_DisplayName))]
+ [ResourcesDisplayName(typeof(Resources), nameof(Resources.IllustrationPoint_CalculatedProbability_DisplayName))]
[ResourcesDescription(typeof(Resources), nameof(Resources.CalculationOutput_CalculatedProbability_Description))]
[TypeConverter(typeof(NoProbabilityValueDoubleConverter))]
public double CalculatedProbability
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointValuesPropertiesTest.cs
===================================================================
diff -u -r86e28c84061c61cc4c0922c33d0ef74b683ad965 -r11b19410303b6dc46485deb566505c546971250e
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointValuesPropertiesTest.cs (.../SubMechanismIllustrationPointValuesPropertiesTest.cs) (revision 86e28c84061c61cc4c0922c33d0ef74b683ad965)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointValuesPropertiesTest.cs (.../SubMechanismIllustrationPointValuesPropertiesTest.cs) (revision 11b19410303b6dc46485deb566505c546971250e)
@@ -149,7 +149,7 @@
Assert.NotNull(resultsProperty.Attributes[typeof(KeyValueElementAttribute)]);
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(resultsProperty,
category,
- "Afgeleide grootheden",
+ "Afgeleide variabelen",
"Waarden van variabelen in het illustratiepunt.",
true);
}
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelFaultTreeIllustrationPointPropertiesTest.cs
===================================================================
diff -u -r86e28c84061c61cc4c0922c33d0ef74b683ad965 -r11b19410303b6dc46485deb566505c546971250e
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelFaultTreeIllustrationPointPropertiesTest.cs (.../TopLevelFaultTreeIllustrationPointPropertiesTest.cs) (revision 86e28c84061c61cc4c0922c33d0ef74b683ad965)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelFaultTreeIllustrationPointPropertiesTest.cs (.../TopLevelFaultTreeIllustrationPointPropertiesTest.cs) (revision 11b19410303b6dc46485deb566505c546971250e)
@@ -135,7 +135,7 @@
PropertyDescriptor probabilityProperty = dynamicProperties[probabilityPropertyIndex];
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(probabilityProperty,
illustrationPointsCategoryName,
- "Berekende kans [1/jaar]",
+ "Berekende kans [-]",
"De berekende kans van voorkomen van het berekende resultaat.",
true);
@@ -196,7 +196,7 @@
PropertyDescriptor probabilityProperty = dynamicProperties[probabilityPropertyIndex];
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(probabilityProperty,
illustrationPointsCategoryName,
- "Berekende kans [1/jaar]",
+ "Berekende kans [-]",
"De berekende kans van voorkomen van het berekende resultaat.",
true);
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelSubMechanismIllustrationPointPropertiesTest.cs
===================================================================
diff -u -r86e28c84061c61cc4c0922c33d0ef74b683ad965 -r11b19410303b6dc46485deb566505c546971250e
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelSubMechanismIllustrationPointPropertiesTest.cs (.../TopLevelSubMechanismIllustrationPointPropertiesTest.cs) (revision 86e28c84061c61cc4c0922c33d0ef74b683ad965)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelSubMechanismIllustrationPointPropertiesTest.cs (.../TopLevelSubMechanismIllustrationPointPropertiesTest.cs) (revision 11b19410303b6dc46485deb566505c546971250e)
@@ -226,7 +226,7 @@
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(dynamicProperties[calculatedProbabilityPropertyIndex],
generalCategory,
- "Berekende kans [1/jaar]",
+ "Berekende kans [-]",
"De berekende kans van voorkomen van het berekende resultaat.",
true);
@@ -308,7 +308,7 @@
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(dynamicProperties[calculatedProbabilityPropertyIndex],
generalCategory,
- "Berekende kans [1/jaar]",
+ "Berekende kans [-]",
"De berekende kans van voorkomen van het berekende resultaat.",
true);