summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-09-27 21:10:38 +0100
committersr55 <[email protected]>2018-09-27 21:10:38 +0100
commit66cb599bc09da22a5a1b878b68cd11104d2d0398 (patch)
tree6e3777f307e10ea24eb78da2ad7a5128e40054e1 /win/CS/HandBrakeWPF/Properties
parentc2eb8041db54caf010c142f885732763c51db3fd (diff)
WinGui: Queue -> Retry Failed context menu option. Bring over some improvements from the experimental design onto the legacy queue design that's still default.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r--win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs9
-rw-r--r--win/CS/HandBrakeWPF/Properties/ResourcesUI.resx3
2 files changed, 12 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
index c4c264908..43a64912a 100644
--- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
@@ -2268,6 +2268,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Retry Failed.
+ /// </summary>
+ public static string QueueView_ResetFailed {
+ get {
+ return ResourceManager.GetString("QueueView_ResetFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Retry Selected Jobs.
/// </summary>
public static string QueueView_ResetSelectedJobs {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx
index fb2bc3da7..914d9525e 100644
--- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx
+++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx
@@ -1094,4 +1094,7 @@ This will not affect your current settings in the Subtitle tab.</value>
<data name="QueueView_Summary" xml:space="preserve">
<value>Summary</value>
</data>
+ <data name="QueueView_ResetFailed" xml:space="preserve">
+ <value>Retry Failed</value>
+ </data>
</root> \ No newline at end of file