Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -ra8ebde754020d7971c4f7352846c9c9cb9688ab8 -r35fdee2bc06dff773233a382ffe5f7d55644c111
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a8ebde754020d7971c4f7352846c9c9cb9688ab8)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 35fdee2bc06dff773233a382ffe5f7d55644c111)
@@ -91,7 +91,7 @@
}
///
- /// Looks up a localized string similar to Instroommodel.
+ /// Looks up a localized string similar to Instroommodel [-].
///
internal static string StabilityPointStructureInflowModelType_DisplayName {
get {
@@ -271,7 +271,7 @@
}
///
- /// Looks up a localized string similar to Kans op aanvaring tweede keermiddel per nivellering [1/niveau].
+ /// Looks up a localized string similar to Kans op aanvaring tweede keermiddel per nivellering [1/niv].
///
internal static string Structure_ProbabilityCollisionSecondaryStructure_DisplayName {
get {
Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx
===================================================================
diff -u -ra8ebde754020d7971c4f7352846c9c9cb9688ab8 -r35fdee2bc06dff773233a382ffe5f7d55644c111
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision a8ebde754020d7971c4f7352846c9c9cb9688ab8)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision 35fdee2bc06dff773233a382ffe5f7d55644c111)
@@ -121,7 +121,7 @@
Instroommodel van het kunstwerk.
- Instroommodel
+ Instroommodel [-]
Bermbreedte.
@@ -181,7 +181,7 @@
Kans op aanvaring tweede keermiddel per nivellering.
- Kans op aanvaring tweede keermiddel per nivellering [1/niveau]
+ Kans op aanvaring tweede keermiddel per nivellering [1/niv]
Massa van het schip.
Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs
===================================================================
diff -u -ra8ebde754020d7971c4f7352846c9c9cb9688ab8 -r35fdee2bc06dff773233a382ffe5f7d55644c111
--- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs (.../StabilityPointStructurePropertiesTest.cs) (revision a8ebde754020d7971c4f7352846c9c9cb9688ab8)
+++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructurePropertiesTest.cs (.../StabilityPointStructurePropertiesTest.cs) (revision 35fdee2bc06dff773233a382ffe5f7d55644c111)
@@ -257,7 +257,7 @@
PropertyDescriptor stabilityPointStructureTypeProperty = dynamicProperties[stabilityPointStructureInflowModelTypePropertyIndex];
Assert.IsInstanceOf(stabilityPointStructureTypeProperty.Converter);
Assert.AreEqual(schematizationCategory, stabilityPointStructureTypeProperty.Category);
- Assert.AreEqual("Instroommodel", stabilityPointStructureTypeProperty.DisplayName);
+ Assert.AreEqual("Instroommodel [-]", stabilityPointStructureTypeProperty.DisplayName);
Assert.AreEqual("Instroommodel van het kunstwerk.", stabilityPointStructureTypeProperty.Description);
PropertyDescriptor widthFlowAperturesProperty = dynamicProperties[widthFlowAperturesPropertyIndex];
@@ -366,7 +366,7 @@
PropertyDescriptor probabilityCollisionSecondaryStructureProperty = dynamicProperties[probabilityCollisionSecondaryStructurePropertyIndex];
Assert.AreEqual(schematizationCategory, probabilityCollisionSecondaryStructureProperty.Category);
- Assert.AreEqual("Kans op aanvaring tweede keermiddel per nivellering [1/niveau]", probabilityCollisionSecondaryStructureProperty.DisplayName);
+ Assert.AreEqual("Kans op aanvaring tweede keermiddel per nivellering [1/niv]", probabilityCollisionSecondaryStructureProperty.DisplayName);
Assert.AreEqual("Kans op aanvaring tweede keermiddel per nivellering.", probabilityCollisionSecondaryStructureProperty.Description);
PropertyDescriptor flowVelocityStructureClosableProperty = dynamicProperties[flowVelocityStructureClosablePropertyIndex];