Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -re7b22b417acc51a88beb210ba39fef0f75e2760e -ra437f3d1a9caba68989acd21d279c6acd65304d6
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e7b22b417acc51a88beb210ba39fef0f75e2760e)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a437f3d1a9caba68989acd21d279c6acd65304d6)
@@ -200,6 +200,15 @@
}
///
+ /// Looks up a localized string similar to Berekenen.
+ ///
+ public static string CalculatableView_Calculate {
+ get {
+ return ResourceManager.GetString("CalculatableView_Calculate", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Be&rekenen.
///
public static string Calculate {
@@ -1339,15 +1348,6 @@
}
///
- /// Looks up a localized string similar to Berekenen.
- ///
- public static string HydraulicBoundaryLocationsView_Calculate {
- get {
- return ResourceManager.GetString("HydraulicBoundaryLocationsView_Calculate", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Bereken voor geselecteerde locaties.
///
public static string HydraulicBoundaryLocationsView_CalculateForSelectedButton_Text {
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx
===================================================================
diff -u -re7b22b417acc51a88beb210ba39fef0f75e2760e -ra437f3d1a9caba68989acd21d279c6acd65304d6
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision e7b22b417acc51a88beb210ba39fef0f75e2760e)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision a437f3d1a9caba68989acd21d279c6acd65304d6)
@@ -622,7 +622,7 @@
Berekenen
-
+
Berekenen
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/CalculatableView.cs
===================================================================
diff -u -re468a5451f59115ec6ca32c014da1baaa38866e8 -ra437f3d1a9caba68989acd21d279c6acd65304d6
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/CalculatableView.cs (.../CalculatableView.cs) (revision e468a5451f59115ec6ca32c014da1baaa38866e8)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/CalculatableView.cs (.../CalculatableView.cs) (revision a437f3d1a9caba68989acd21d279c6acd65304d6)
@@ -95,7 +95,7 @@
protected virtual void InitializeDataGridView()
{
dataGridViewControl.AddCheckBoxColumn(TypeUtils.GetMemberName>(row => row.ToCalculate),
- Resources.HydraulicBoundaryLocationsView_Calculate);
+ Resources.CalculatableView_Calculate);
}
///