Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -rdffa4d0d92f454b666480ee3d55d4ea444fb01b3 -r039794fd06a72ae34d24f8f1f6d0bf9f7ee99147 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision dffa4d0d92f454b666480ee3d55d4ea444fb01b3) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 039794fd06a72ae34d24f8f1f6d0bf9f7ee99147) @@ -1238,24 +1238,6 @@ } /// - /// Looks up a localized string similar to De parameter 'N' die gebruikt wordt om het lengte-effect mee te nemen in de beoordeling (afgerond).. - /// - public static string FailureMechanism_N_Rounded_Description { - get { - return ResourceManager.GetString("FailureMechanism_N_Rounded_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to N* [-]. - /// - public static string FailureMechanism_N_Rounded_DisplayName { - get { - return ResourceManager.GetString("FailureMechanism_N_Rounded_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized string similar to De naam van het toetsspoor.. /// public static string FailureMechanism_Name_Description { @@ -1319,6 +1301,24 @@ } /// + /// Looks up a localized string similar to De parameter 'N' die gebruikt wordt om het lengte-effect mee te nemen in de beoordeling (afgerond).. + /// + public static string FailureMechanism_ProbabilityAssessmentInput_N_Rounded_Description { + get { + return ResourceManager.GetString("FailureMechanism_ProbabilityAssessmentInput_N_Rounded_Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to N* [-]. + /// + public static string FailureMechanism_ProbabilityAssessmentInput_N_Rounded_DisplayName { + get { + return ResourceManager.GetString("FailureMechanism_ProbabilityAssessmentInput_N_Rounded_DisplayName", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Valideer alle berekeningen binnen dit toetsspoor.. /// public static string FailureMechanism_Validate_all_ToolTip { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx =================================================================== diff -u -rdffa4d0d92f454b666480ee3d55d4ea444fb01b3 -r039794fd06a72ae34d24f8f1f6d0bf9f7ee99147 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision dffa4d0d92f454b666480ee3d55d4ea444fb01b3) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 039794fd06a72ae34d24f8f1f6d0bf9f7ee99147) @@ -1313,10 +1313,10 @@ b [m] - + De parameter 'N' die gebruikt wordt om het lengte-effect mee te nemen in de beoordeling (afgerond). - + N* [-] Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsFailureMechanismProperties.cs =================================================================== diff -u -r02b9cf02cd0f64f14f0a655e13fc2c778cb2046b -r039794fd06a72ae34d24f8f1f6d0bf9f7ee99147 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsFailureMechanismProperties.cs (.../MacroStabilityInwardsFailureMechanismProperties.cs) (revision 02b9cf02cd0f64f14f0a655e13fc2c778cb2046b) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsFailureMechanismProperties.cs (.../MacroStabilityInwardsFailureMechanismProperties.cs) (revision 039794fd06a72ae34d24f8f1f6d0bf9f7ee99147) @@ -190,8 +190,8 @@ [DynamicVisible] [PropertyOrder(24)] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_LengthEffect))] - [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_N_Rounded_DisplayName))] - [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_N_Rounded_Description))] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_N_Rounded_DisplayName))] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_N_Rounded_Description))] public RoundedDouble N { get Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismProperties.cs =================================================================== diff -u -r02b9cf02cd0f64f14f0a655e13fc2c778cb2046b -r039794fd06a72ae34d24f8f1f6d0bf9f7ee99147 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismProperties.cs (.../PipingFailureMechanismProperties.cs) (revision 02b9cf02cd0f64f14f0a655e13fc2c778cb2046b) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismProperties.cs (.../PipingFailureMechanismProperties.cs) (revision 039794fd06a72ae34d24f8f1f6d0bf9f7ee99147) @@ -236,8 +236,8 @@ [DynamicVisible] [PropertyOrder(24)] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_LengthEffect))] - [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_N_Rounded_DisplayName))] - [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_N_Rounded_Description))] + [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_N_Rounded_DisplayName))] + [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.FailureMechanism_ProbabilityAssessmentInput_N_Rounded_Description))] public RoundedDouble N { get