From d00aec1e4b09b4d0e6497ca97d988fe0ea8e4594 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 25 Jun 2016 21:08:53 +0100 Subject: WinGui: Update the encode status displays to display day count up to 9 days. We do occasionally get encodes drifting past 24 hours, especially with 4K content and heavy filtering. Fixes #228 --- win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 4 ++-- win/CS/HandBrakeWPF/Properties/Resources.resx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index ce0ed2cbd..52004dcd6 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -1071,7 +1071,7 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6:hh\:mm\:ss}. + /// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6:d\:hh\:mm\:ss}. /// public static string MainViewModel_EncodeStatusChanged_StatusLabel { get { @@ -1525,7 +1525,7 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6:hh\:mm\:ss}. + /// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6:d\:hh\:mm\:ss}. /// public static string QueueViewModel_QueueStatusDisplay { get { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 446e9f3a6..ab209f268 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -548,7 +548,7 @@ The Activity log may have further information. Are you sure you want to delete the preset: - Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6:hh\:mm\:ss} + Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6:d\:hh\:mm\:ss} A Preset must have a Name. Please fill out the Preset Name field. @@ -674,7 +674,7 @@ The Activity log may have further information. Queue Started - Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6:hh\:mm\:ss} + Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6:d\:hh\:mm\:ss} An Encode is currently running. Exiting HandBrake will stop this encode. -- cgit v1.2.3