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/Resources.resx | |
parent | 96b99eae832a268f8445d438aec3e7bd2dabc88b (diff) |
Add Error count to the Status bar when queue completes.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.resx')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 3 |
1 files changed, 3 insertions, 0 deletions
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 |