diff options
author | Scott <[email protected]> | 2015-11-08 17:41:49 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2015-11-08 17:42:17 +0000 |
commit | ca28edf93c380f3133444d5861a771206007fbd5 (patch) | |
tree | a05198b32b4772fc437f853079da216fbdfa3f0b /win/CS/HandBrakeWPF/Properties | |
parent | 96b99eae832a268f8445d438aec3e7bd2dabc88b (diff) |
Add Error count to the Status bar when queue completes.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 9 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 3 |
2 files changed, 12 insertions, 0 deletions
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 @@ -730,6 +730,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to with {0} errors detected..
+ /// </summary>
+ public static string Main_QueueFinishedErrors {
+ get {
+ return ResourceManager.GetString("Main_QueueFinishedErrors", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Show Queue{0}.
/// </summary>
public static string Main_QueueLabel {
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.</value> Your old presets file was archived to:</value>
</data>
+ <data name="Main_QueueFinishedErrors" xml:space="preserve">
+ <value> with {0} errors detected.</value>
+ </data>
</root>
\ No newline at end of file |