Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Properties/Resources.Designer.cs
===================================================================
diff -u -r68588fbca4cc848bf72e39ec16940ce96c596bde -rb2f462bcefa392f711e0e9ca259e2dceba5de633
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 68588fbca4cc848bf72e39ec16940ce96c596bde)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision b2f462bcefa392f711e0e9ca259e2dceba5de633)
@@ -22,7 +22,7 @@
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- public class Resources {
+ internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
@@ -36,7 +36,7 @@
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Resources.ResourceManager ResourceManager {
+ internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Ringtoets.GrassCoverErosionInwards.Plugin.Properties.Resources", typeof(Resources).Assembly);
@@ -51,7 +51,7 @@
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Globalization.CultureInfo Culture {
+ internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
@@ -63,7 +63,7 @@
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
- public static System.Drawing.Bitmap DikeProfile {
+ internal static System.Drawing.Bitmap DikeProfile {
get {
object obj = ResourceManager.GetObject("DikeProfile", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
@@ -176,7 +176,7 @@
///
/// Looks up a localized string similar to Er zijn geen dijkprofielen beschikbaar om berekeningen voor te genereren..
///
- public static string GrassCoverErosionInwardsGuiPlugin_CreateGenerateCalculationsItem_NoDikeLocations_ToolTip {
+ internal static string GrassCoverErosionInwardsGuiPlugin_CreateGenerateCalculationsItem_NoDikeLocations_ToolTip {
get {
return ResourceManager.GetString("GrassCoverErosionInwardsGuiPlugin_CreateGenerateCalculationsItem_NoDikeLocations_" +
"ToolTip", resourceCulture);
@@ -186,7 +186,7 @@
///
/// Looks up a localized string similar to Genereer scenario's op basis van geselecteerde dijkprofielen..
///
- public static string GrassCoverErosionInwardsGuiPlugin_CreateGenerateCalculationsItem_ToolTip {
+ internal static string GrassCoverErosionInwardsGuiPlugin_CreateGenerateCalculationsItem_ToolTip {
get {
return ResourceManager.GetString("GrassCoverErosionInwardsGuiPlugin_CreateGenerateCalculationsItem_ToolTip", resourceCulture);
}
@@ -195,7 +195,7 @@
///
/// Looks up a localized string similar to Dijkprofielen.
///
- public static string GrassCoverErosionInwardsGuiPlugin_DikeProfilesContext_DisplayName {
+ internal static string GrassCoverErosionInwardsGuiPlugin_DikeProfilesContext_DisplayName {
get {
return ResourceManager.GetString("GrassCoverErosionInwardsGuiPlugin_DikeProfilesContext_DisplayName", resourceCulture);
}
@@ -204,16 +204,16 @@
///
/// Looks up a localized string similar to Er is een fout opgetreden tijdens de berekening..
///
- public static string GrassCoverErosionInwardsGuiPlugin_Error_during_overtopping_calculation {
+ internal static string GrassCoverErosionInwardsGuiPlugin_Error_during_overtopping_calculation {
get {
return ResourceManager.GetString("GrassCoverErosionInwardsGuiPlugin_Error_during_overtopping_calculation", resourceCulture);
}
}
///
- /// Looks up a localized string similar to Scenarios.
+ /// Looks up a localized string similar to Scenario's.
///
- public static string GrassCoverErosionInwardsGuiPlugin_Scenarios_DisplayName {
+ internal static string GrassCoverErosionInwardsGuiPlugin_Scenarios_DisplayName {
get {
return ResourceManager.GetString("GrassCoverErosionInwardsGuiPlugin_Scenarios_DisplayName", resourceCulture);
}
@@ -222,7 +222,7 @@
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
- public static System.Drawing.Bitmap ScenariosIcon {
+ internal static System.Drawing.Bitmap ScenariosIcon {
get {
object obj = ResourceManager.GetObject("ScenariosIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Properties/Resources.resx
===================================================================
diff -u -r68588fbca4cc848bf72e39ec16940ce96c596bde -rb2f462bcefa392f711e0e9ca259e2dceba5de633
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 68588fbca4cc848bf72e39ec16940ce96c596bde)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Properties/Resources.resx (.../Resources.resx) (revision b2f462bcefa392f711e0e9ca259e2dceba5de633)
@@ -137,7 +137,7 @@
..\Resources\cards.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
- Scenarios
+ Scenario's
Dijkprofiel locaties
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Ringtoets.GrassCoverErosionInwards.Plugin.csproj
===================================================================
diff -u -r68588fbca4cc848bf72e39ec16940ce96c596bde -rb2f462bcefa392f711e0e9ca259e2dceba5de633
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Ringtoets.GrassCoverErosionInwards.Plugin.csproj (.../Ringtoets.GrassCoverErosionInwards.Plugin.csproj) (revision 68588fbca4cc848bf72e39ec16940ce96c596bde)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Plugin/Ringtoets.GrassCoverErosionInwards.Plugin.csproj (.../Ringtoets.GrassCoverErosionInwards.Plugin.csproj) (revision b2f462bcefa392f711e0e9ca259e2dceba5de633)
@@ -156,7 +156,7 @@
- PublicResXFileCodeGenerator
+ ResXFileCodeGenerator
Resources.Designer.cs
Designer
Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/GrassCoverErosionInwardsScenariosContextTreeNodeInfoTest.cs
===================================================================
diff -u -r9bd00cf5c538409ebb1c1c68f90ca0146e93d155 -rb2f462bcefa392f711e0e9ca259e2dceba5de633
--- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/GrassCoverErosionInwardsScenariosContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsScenariosContextTreeNodeInfoTest.cs) (revision 9bd00cf5c538409ebb1c1c68f90ca0146e93d155)
+++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/GrassCoverErosionInwardsScenariosContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsScenariosContextTreeNodeInfoTest.cs) (revision b2f462bcefa392f711e0e9ca259e2dceba5de633)
@@ -94,7 +94,7 @@
string text = info.Text(context);
// Assert
- Assert.AreEqual("Scenarios", text);
+ Assert.AreEqual("Scenario's", text);
}
[Test]
Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/ViewInfos/GrassCoverErosionInwardsScenariosViewInfoTest.cs
===================================================================
diff -u -r9bd00cf5c538409ebb1c1c68f90ca0146e93d155 -rb2f462bcefa392f711e0e9ca259e2dceba5de633
--- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/ViewInfos/GrassCoverErosionInwardsScenariosViewInfoTest.cs (.../GrassCoverErosionInwardsScenariosViewInfoTest.cs) (revision 9bd00cf5c538409ebb1c1c68f90ca0146e93d155)
+++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/ViewInfos/GrassCoverErosionInwardsScenariosViewInfoTest.cs (.../GrassCoverErosionInwardsScenariosViewInfoTest.cs) (revision b2f462bcefa392f711e0e9ca259e2dceba5de633)
@@ -79,7 +79,7 @@
string viewName = info.GetViewName(view, viewData);
// Assert
- Assert.AreEqual("Scenarios", viewName);
+ Assert.AreEqual("Scenario's", viewName);
}
}