Index: Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rcb960ce7f5fd9a9402c7335c4393b03805b97072 -rb4985dcfd9a3d9c6d55426422ceb5e5f5522d108
--- Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision cb960ce7f5fd9a9402c7335c4393b03805b97072)
+++ Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision b4985dcfd9a3d9c6d55426422ceb5e5f5522d108)
@@ -119,7 +119,7 @@
///
/// Looks up a localized string similar to lineaire belastingschematisering constructieve sterkte
- ///[kN/m].
+ ///[kN/m²].
///
public static string StabilityPointStructuresCalculationsView_ConstructiveStrength_Linear_LoadModel_DisplayName {
get {
@@ -151,7 +151,7 @@
///
/// Looks up a localized string similar to kwadratische belastingschematisering stabiliteit
- ///[kN/m²].
+ ///[kN/m].
///
public static string StabilityPointStructuresCalculationsView_Quadratic_LoadModel_DisplayName {
get {
Index: Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Properties/Resources.resx
===================================================================
diff -u -rcb960ce7f5fd9a9402c7335c4393b03805b97072 -rb4985dcfd9a3d9c6d55426422ceb5e5f5522d108
--- Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision cb960ce7f5fd9a9402c7335c4393b03805b97072)
+++ Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Properties/Resources.resx (.../Resources.resx) (revision b4985dcfd9a3d9c6d55426422ceb5e5f5522d108)
@@ -233,7 +233,7 @@
lineaire belastingschematisering constructieve sterkte
-[kN/m]
+[kN/m²]
kwadratische belastingschematisering constructieve sterkte
@@ -245,6 +245,6 @@
kwadratische belastingschematisering stabiliteit
-[kN/m²]
+[kN/m]
\ No newline at end of file
Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresCalculationsViewTest.cs
===================================================================
diff -u -r4d662c4c535585c056a4120bbd13441f599b378c -rb4985dcfd9a3d9c6d55426422ceb5e5f5522d108
--- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresCalculationsViewTest.cs (.../StabilityPointStructuresCalculationsViewTest.cs) (revision 4d662c4c535585c056a4120bbd13441f599b378c)
+++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresCalculationsViewTest.cs (.../StabilityPointStructuresCalculationsViewTest.cs) (revision b4985dcfd9a3d9c6d55426422ceb5e5f5522d108)
@@ -107,10 +107,10 @@
Assert.AreEqual("Damhoogte [m+NAP]", dataGridView.Columns[breakWaterHeightColumnIndex].HeaderText);
Assert.AreEqual("Gebruik voorlandgeometrie", dataGridView.Columns[useForeShoreGeometryColumnIndex].HeaderText);
Assert.AreEqual("Belastingschematisering", dataGridView.Columns[loadSchematizationTypeColumnIndex].HeaderText);
- Assert.AreEqual("Verwachtingswaarde\r\nlineaire belastingschematisering constructieve sterkte\r\n[kN/m]", dataGridView.Columns[constructiveStrengthLinearLoadModelColumnIndex].HeaderText);
+ Assert.AreEqual("Verwachtingswaarde\r\nlineaire belastingschematisering constructieve sterkte\r\n[kN/m²]", dataGridView.Columns[constructiveStrengthLinearLoadModelColumnIndex].HeaderText);
Assert.AreEqual("Verwachtingswaarde\r\nkwadratische belastingschematisering constructieve sterkte\r\n[kN/m]", dataGridView.Columns[constructiveStrengthQuadraticLoadModelColumnIndex].HeaderText);
Assert.AreEqual("Verwachtingswaarde\r\nlineaire belastingschematisering stabiliteit\r\n[kN/m²]", dataGridView.Columns[stabilityLinearLoadModelColumnIndex].HeaderText);
- Assert.AreEqual("Verwachtingswaarde\r\nkwadratische belastingschematisering stabiliteit\r\n[kN/m²]", dataGridView.Columns[stabilityQuadraticLoadModelColumnIndex].HeaderText);
+ Assert.AreEqual("Verwachtingswaarde\r\nkwadratische belastingschematisering stabiliteit\r\n[kN/m]", dataGridView.Columns[stabilityQuadraticLoadModelColumnIndex].HeaderText);
Assert.AreEqual("Analysehoogte [m+NAP]", dataGridView.Columns[evaluationLevelModelColumnIndex].HeaderText);
foreach (DataGridViewComboBoxColumn column in dataGridView.Columns.OfType().ToArray())