Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r98337ba56cc4d4b2217c26812e96e9401a263d56 -r6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae) @@ -1812,6 +1812,15 @@ } /// + /// Looks up a localized string similar to Berekende kans [-]. + /// + public static string IllustrationPoint_CalculatedProbability_DisplayName { + get { + return ResourceManager.GetString("IllustrationPoint_CalculatedProbability_DisplayName", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Het sluitscenario waarvoor dit illustratiepunt is berekend.. /// public static string IllustrationPoint_ClosingSituation_Description { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx =================================================================== diff -u -r98337ba56cc4d4b2217c26812e96e9401a263d56 -r6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae) @@ -1241,4 +1241,7 @@ {0} (Verwachtingswaarde = {1}, Variatiecoƫfficiƫnt = {2}, Verschuiving = {3}) + + Berekende kans [-] + \ No newline at end of file Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/IllustrationPointProperties.cs =================================================================== diff -u -r3e5d6f7c7f61eb17c81d1f80d2e55fda103f766d -r6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae --- Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/IllustrationPointProperties.cs (.../IllustrationPointProperties.cs) (revision 3e5d6f7c7f61eb17c81d1f80d2e55fda103f766d) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/IllustrationPointProperties.cs (.../IllustrationPointProperties.cs) (revision 6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae) @@ -68,7 +68,7 @@ [PropertyOrder(1)] [TypeConverter(typeof(NoProbabilityValueDoubleConverter))] [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))] public double CalculatedProbability { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsTableControl.cs =================================================================== diff -u -ra163c5f082694baf5cd491ea36baf6fb040fe868 -r6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsTableControl.cs (.../IllustrationPointsTableControl.cs) (revision a163c5f082694baf5cd491ea36baf6fb040fe868) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/IllustrationPointsTableControl.cs (.../IllustrationPointsTableControl.cs) (revision 6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae) @@ -113,7 +113,7 @@ Resources.IllustrationPoint_ClosingSituation_DisplayName, true); illustrationPointsDataGridViewControl.AddTextBoxColumn(nameof(IllustrationPointRow.Probability), - Resources.CalculationOutput_CalculatedProbability_DisplayName, + Resources.IllustrationPoint_CalculatedProbability_DisplayName, true); illustrationPointsDataGridViewControl.AddTextBoxColumn(nameof(IllustrationPointRow.Reliability), Resources.CalculationOutput_CalculatedReliability_DisplayName, Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/FaultTreeIllustrationPointPropertiesTest.cs =================================================================== diff -u -r98337ba56cc4d4b2217c26812e96e9401a263d56 -r6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/FaultTreeIllustrationPointPropertiesTest.cs (.../FaultTreeIllustrationPointPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/FaultTreeIllustrationPointPropertiesTest.cs (.../FaultTreeIllustrationPointPropertiesTest.cs) (revision 6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae) @@ -151,7 +151,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/IllustrationPointPropertiesTest.cs =================================================================== diff -u -r6ef5e439a6d9f40ebd9926251945e0935fbbc314 -r6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/IllustrationPointPropertiesTest.cs (.../IllustrationPointPropertiesTest.cs) (revision 6ef5e439a6d9f40ebd9926251945e0935fbbc314) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/IllustrationPointPropertiesTest.cs (.../IllustrationPointPropertiesTest.cs) (revision 6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae) @@ -127,7 +127,7 @@ PropertyDescriptor probabilityProperty = dynamicProperties[probabilityPropertyIndex]; PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(probabilityProperty, illustrationPointCategoryName, - "Berekende kans [1/jaar]", + "Berekende kans [-]", "De berekende kans van voorkomen van het berekende resultaat.", true); @@ -169,7 +169,7 @@ PropertyDescriptor probabilityProperty = dynamicProperties[probabilityPropertyIndex]; PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(probabilityProperty, illustrationPointCategoryName, - "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/SubMechanismIllustrationPointPropertiesTest.cs =================================================================== diff -u -r98337ba56cc4d4b2217c26812e96e9401a263d56 -r6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointPropertiesTest.cs (.../SubMechanismIllustrationPointPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointPropertiesTest.cs (.../SubMechanismIllustrationPointPropertiesTest.cs) (revision 6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae) @@ -131,7 +131,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/Views/IllustrationPointsTableControlTest.cs =================================================================== diff -u -rda57945a7b1346cbd6cedb57477e4329d75b02c8 -r6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/IllustrationPointsTableControlTest.cs (.../IllustrationPointsTableControlTest.cs) (revision da57945a7b1346cbd6cedb57477e4329d75b02c8) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/IllustrationPointsTableControlTest.cs (.../IllustrationPointsTableControlTest.cs) (revision 6fbc05ec2d0ab27a8eee7d61fc939f1798abd6ae) @@ -89,7 +89,7 @@ Assert.IsFalse(closingSituationColumn.Visible); DataGridViewColumn calculatedProbabilityColumn = dataGridView.Columns[calculatedProbabilityColumnIndex]; - Assert.AreEqual("Berekende kans [1/jaar]", calculatedProbabilityColumn.HeaderText); + Assert.AreEqual("Berekende kans [-]", calculatedProbabilityColumn.HeaderText); Assert.IsTrue(calculatedProbabilityColumn.ReadOnly); DataGridViewColumn calculatedReliabilityColumn = dataGridView.Columns[calculatedReliabilityColumnIndex];