From ca28edf93c380f3133444d5861a771206007fbd5 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 8 Nov 2015 17:41:49 +0000 Subject: Add Error count to the Status bar when queue completes. --- win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 9 +++++++++ win/CS/HandBrakeWPF/Properties/Resources.resx | 3 +++ 2 files changed, 12 insertions(+) (limited to 'win/CS/HandBrakeWPF/Properties') diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 30084463c..52b7258f9 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -729,6 +729,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to with {0} errors detected.. + /// + public static string Main_QueueFinishedErrors { + get { + return ResourceManager.GetString("Main_QueueFinishedErrors", resourceCulture); + } + } + /// /// Looks up a localized string similar to Show Queue{0}. /// diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 7ce2bf391..ba36e3013 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -730,4 +730,7 @@ If it fails, it will archive off the old file and create a new one. Your old presets file was archived to: + + with {0} errors detected. + \ No newline at end of file -- cgit v1.2.3