diff --git a/ResultsBrowser/Properties/AssemblyInfo.cs b/ResultsBrowser/Properties/AssemblyInfo.cs
index 43395a14c..2c245402e 100644
--- a/ResultsBrowser/Properties/AssemblyInfo.cs
+++ b/ResultsBrowser/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.12.514.0")]
-[assembly: AssemblyFileVersion("2.12.514.0")]
+[assembly: AssemblyVersion("2.12.542.0")]
+[assembly: AssemblyFileVersion("2.12.542.0")]
diff --git a/TestBenchFramework/Forms/PreviousResultCtrl.cs b/TestBenchFramework/Forms/PreviousResultCtrl.cs
index 88def8f88..c89565e79 100644
--- a/TestBenchFramework/Forms/PreviousResultCtrl.cs
+++ b/TestBenchFramework/Forms/PreviousResultCtrl.cs
@@ -61,8 +61,9 @@ namespace TBF.Forms
sendReloadButton.Text = reloadEn ? Strings.Reload : Strings.Save_again;
#else
sentCheckBox.Visible = false;
- sendReloadButton.Enabled = false;
- sendReloadButton.Visible = false;
+ sendReloadButton.Enabled = reloadEn;
+ sendReloadButton.Visible = reloadEn;
+ sendReloadButton.Text = Strings.Restore;
#endif
showButton.Text = Strings.Show;
}
diff --git a/TestBenchFramework/Resources/Strings.Designer.cs b/TestBenchFramework/Resources/Strings.Designer.cs
index 34b65cb1a..5f33dfc3b 100644
--- a/TestBenchFramework/Resources/Strings.Designer.cs
+++ b/TestBenchFramework/Resources/Strings.Designer.cs
@@ -3219,15 +3219,6 @@ namespace TBF.Resources {
}
}
- ///
- /// Looks up a localized string similar to Reload.
- ///
- internal static string Reload {
- get {
- return ResourceManager.GetString("Reload", resourceCulture);
- }
- }
-
///
/// Looks up a localized string similar to remaining time.
///
@@ -3327,6 +3318,15 @@ namespace TBF.Resources {
}
}
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ internal static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Results.
///
diff --git a/TestBenchFramework/Resources/Strings.de.resx b/TestBenchFramework/Resources/Strings.de.resx
index 68ecc9c48..6e6a15f78 100644
--- a/TestBenchFramework/Resources/Strings.de.resx
+++ b/TestBenchFramework/Resources/Strings.de.resx
@@ -1413,4 +1413,7 @@
ROI Daten
+
+ Wiederherstellen
+
\ No newline at end of file
diff --git a/TestBenchFramework/Resources/Strings.resx b/TestBenchFramework/Resources/Strings.resx
index 74e4589a7..678cbe6d8 100644
--- a/TestBenchFramework/Resources/Strings.resx
+++ b/TestBenchFramework/Resources/Strings.resx
@@ -1714,4 +1714,7 @@
Turning direction
-
+
+ Restore
+
+
\ No newline at end of file