Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -raa964c373f22074011daf5673e15963f6d1d31e9 -rb6d5be1aa73795e91e4cad3323148285ec060411
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision aa964c373f22074011daf5673e15963f6d1d31e9)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision b6d5be1aa73795e91e4cad3323148285ec060411)
@@ -157,6 +157,16 @@
}
///
+ /// Looks up a localized string similar to Assemblageresultaat verversen.
+ ///
+ public static string AssemblyResultTotalView_AssemblyResultTotalView_RefreshAssemblyResultsButton_Text {
+ get {
+ return ResourceManager.GetString("AssemblyResultTotalView_AssemblyResultTotalView_RefreshAssemblyResultsButton_Text" +
+ "", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Benaderde faalkans.
///
public static string AssemblyResultTotalView_Probability_DisplayName {
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx
===================================================================
diff -u -raa964c373f22074011daf5673e15963f6d1d31e9 -rb6d5be1aa73795e91e4cad3323148285ec060411
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision aa964c373f22074011daf5673e15963f6d1d31e9)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision b6d5be1aa73795e91e4cad3323148285ec060411)
@@ -393,4 +393,7 @@
Algemeen filter
+
+ Assemblageresultaat verversen
+
\ No newline at end of file
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultTotalView.Designer.cs
===================================================================
diff -u -raa964c373f22074011daf5673e15963f6d1d31e9 -rb6d5be1aa73795e91e4cad3323148285ec060411
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultTotalView.Designer.cs (.../AssemblyResultTotalView.Designer.cs) (revision aa964c373f22074011daf5673e15963f6d1d31e9)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultTotalView.Designer.cs (.../AssemblyResultTotalView.Designer.cs) (revision b6d5be1aa73795e91e4cad3323148285ec060411)
@@ -19,6 +19,8 @@
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
+using Ringtoets.Integration.Forms.Properties;
+
namespace Ringtoets.Integration.Forms.Views
{
partial class AssemblyResultTotalView
@@ -59,7 +61,7 @@
this.RefreshAssemblyResultsButton.Name = "RefreshAssemblyResultsButton";
this.RefreshAssemblyResultsButton.Size = new System.Drawing.Size(164, 23);
this.RefreshAssemblyResultsButton.TabIndex = 0;
- this.RefreshAssemblyResultsButton.Text = "Assemblageresultaat verversen";
+ this.RefreshAssemblyResultsButton.Text = Resources.AssemblyResultTotalView_AssemblyResultTotalView_RefreshAssemblyResultsButton_Text;
this.RefreshAssemblyResultsButton.UseVisualStyleBackColor = true;
this.RefreshAssemblyResultsButton.Click += new System.EventHandler(this.RefreshAssemblyResults_Click);
//