Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -ra55213880414ace4d70b5755ee12783dec33f9b3 -r9ab2b4a1db979a19810acdde546f961da0c40efa
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a55213880414ace4d70b5755ee12783dec33f9b3)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9ab2b4a1db979a19810acdde546f961da0c40efa)
@@ -759,7 +759,7 @@
}
///
- /// Looks up a localized string similar to Cohesie [kN/m³].
+ /// Looks up a localized string similar to Cohesie [kN/m²].
///
public static string MacroStabilityInwardsSoilLayerDataTable_ColumnHeader_Cohesion {
get {
Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Properties/Resources.resx
===================================================================
diff -u -ra55213880414ace4d70b5755ee12783dec33f9b3 -r9ab2b4a1db979a19810acdde546f961da0c40efa
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision a55213880414ace4d70b5755ee12783dec33f9b3)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Properties/Resources.resx (.../Resources.resx) (revision 9ab2b4a1db979a19810acdde546f961da0c40efa)
@@ -245,7 +245,7 @@
Schuifsterkte model
- Cohesie [kN/m³]
+ Cohesie [kN/m²]
Wrijvingshoek [°]
Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsSoilLayerDataTableTest.cs
===================================================================
diff -u -ra55213880414ace4d70b5755ee12783dec33f9b3 -r9ab2b4a1db979a19810acdde546f961da0c40efa
--- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsSoilLayerDataTableTest.cs (.../MacroStabilityInwardsSoilLayerDataTableTest.cs) (revision a55213880414ace4d70b5755ee12783dec33f9b3)
+++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsSoilLayerDataTableTest.cs (.../MacroStabilityInwardsSoilLayerDataTableTest.cs) (revision 9ab2b4a1db979a19810acdde546f961da0c40efa)
@@ -67,7 +67,7 @@
DataGridViewColumn shearStrengthModelColumn = table.GetColumnFromIndex(shearStrengthModelColumnIndex);
Assert.AreEqual("Schuifsterkte model", shearStrengthModelColumn.HeaderText);
DataGridViewColumn cohesionColumn = table.GetColumnFromIndex(cohesionColumnIndex);
- Assert.AreEqual("Cohesie [kN/m³]", cohesionColumn.HeaderText);
+ Assert.AreEqual("Cohesie [kN/m²]", cohesionColumn.HeaderText);
DataGridViewColumn frictionAngleColumn = table.GetColumnFromIndex(frictionAngleColumnIndex);
Assert.AreEqual("Wrijvingshoek [°]", frictionAngleColumn.HeaderText);
DataGridViewColumn shrearStrengthRatioColumn = table.GetColumnFromIndex(shrearStrengthRatioColumnIndex);