Index: Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -r240b188f86b1a819b9d8deba075589446e60b9fa -re21f2cbe151a41139f71f76690b9253f83f1cf1e
--- Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 240b188f86b1a819b9d8deba075589446e60b9fa)
+++ Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e21f2cbe151a41139f71f76690b9253f83f1cf1e)
@@ -103,36 +103,36 @@
///
/// Looks up a localized string similar to De parameter 'C' die gebruikt wordt om het lengte-effect te berekenen..
///
- public static string ClosingStructuresFailurePathProperties_C_Description {
+ public static string ClosingStructuresFailureMechanismProperties_C_Description {
get {
- return ResourceManager.GetString("ClosingStructuresFailurePathProperties_C_Description", resourceCulture);
+ return ResourceManager.GetString("ClosingStructuresFailureMechanismProperties_C_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to C [-].
///
- public static string ClosingStructuresFailurePathProperties_C_DisplayName {
+ public static string ClosingStructuresFailureMechanismProperties_C_DisplayName {
get {
- return ResourceManager.GetString("ClosingStructuresFailurePathProperties_C_DisplayName", resourceCulture);
+ return ResourceManager.GetString("ClosingStructuresFailureMechanismProperties_C_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to De parameter '2NA' die gebruikt wordt om het lengte-effect te berekenen..
///
- public static string ClosingStructuresFailurePathProperties_N2A_Description {
+ public static string ClosingStructuresFailureMechanismProperties_N2A_Description {
get {
- return ResourceManager.GetString("ClosingStructuresFailurePathProperties_N2A_Description", resourceCulture);
+ return ResourceManager.GetString("ClosingStructuresFailureMechanismProperties_N2A_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to 2NA [-].
///
- public static string ClosingStructuresFailurePathProperties_N2A_DisplayName {
+ public static string ClosingStructuresFailureMechanismProperties_N2A_DisplayName {
get {
- return ResourceManager.GetString("ClosingStructuresFailurePathProperties_N2A_DisplayName", resourceCulture);
+ return ResourceManager.GetString("ClosingStructuresFailureMechanismProperties_N2A_DisplayName", resourceCulture);
}
}
Index: Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Properties/Resources.resx
===================================================================
diff -u -r240b188f86b1a819b9d8deba075589446e60b9fa -re21f2cbe151a41139f71f76690b9253f83f1cf1e
--- Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision 240b188f86b1a819b9d8deba075589446e60b9fa)
+++ Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision e21f2cbe151a41139f71f76690b9253f83f1cf1e)
@@ -147,16 +147,16 @@
Faalkans herstel van gefaalde situatie [-]
-
+
De parameter 'C' die gebruikt wordt om het lengte-effect te berekenen.
-
+
C [-]
-
+
De parameter '2NA' die gebruikt wordt om het lengte-effect te berekenen.
-
+
2NA [-]
Index: Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/PropertyClasses/RegistrationState/ClosingStructuresFailureMechanismProperties.cs
===================================================================
diff -u -r04c656a385454e9f9ca81eed22091a18e2f18055 -re21f2cbe151a41139f71f76690b9253f83f1cf1e
--- Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/PropertyClasses/RegistrationState/ClosingStructuresFailureMechanismProperties.cs (.../ClosingStructuresFailureMechanismProperties.cs) (revision 04c656a385454e9f9ca81eed22091a18e2f18055)
+++ Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/PropertyClasses/RegistrationState/ClosingStructuresFailureMechanismProperties.cs (.../ClosingStructuresFailureMechanismProperties.cs) (revision e21f2cbe151a41139f71f76690b9253f83f1cf1e)
@@ -90,8 +90,8 @@
[DynamicVisible]
[PropertyOrder(cPropertyIndex)]
[ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_LengthEffect))]
- [ResourcesDisplayName(typeof(Resources), nameof(Resources.ClosingStructuresFailurePathProperties_C_DisplayName))]
- [ResourcesDescription(typeof(Resources), nameof(Resources.ClosingStructuresFailurePathProperties_C_Description))]
+ [ResourcesDisplayName(typeof(Resources), nameof(Resources.ClosingStructuresFailureMechanismProperties_C_DisplayName))]
+ [ResourcesDescription(typeof(Resources), nameof(Resources.ClosingStructuresFailureMechanismProperties_C_Description))]
public RoundedDouble C
{
get
@@ -103,8 +103,8 @@
[DynamicVisible]
[PropertyOrder(n2APropertyIndex)]
[ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_LengthEffect))]
- [ResourcesDisplayName(typeof(Resources), nameof(Resources.ClosingStructuresFailurePathProperties_N2A_DisplayName))]
- [ResourcesDescription(typeof(Resources), nameof(Resources.ClosingStructuresFailurePathProperties_N2A_Description))]
+ [ResourcesDisplayName(typeof(Resources), nameof(Resources.ClosingStructuresFailureMechanismProperties_N2A_DisplayName))]
+ [ResourcesDescription(typeof(Resources), nameof(Resources.ClosingStructuresFailureMechanismProperties_N2A_Description))]
public int N2A
{
get