diff options
author | Scott <[email protected]> | 2015-10-10 13:33:33 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2015-10-10 13:33:33 +0100 |
commit | bfaf362e2d7795ffb400b1fd5ed18d6d024a5fc7 (patch) | |
tree | 10148a932478f6eb94bad1bc3450d9a2a65dba51 /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 74614fe90f345dd05935a3c28e26fee2d50df829 (diff) |
Adding Pass Count back onto the status bar.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index d245d5dc8..c2f2fe91c 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -574,7 +574,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Pending Jobs {5}.
+ /// Looks up a localized string similar to Pending Jobs {6}.
/// </summary>
public static string Main_JobsPending_addon {
get {
@@ -934,7 +934,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to {0:00.00}% FPS: {1:000.0} Avg FPS: {2:000.0} Time Remaining: {3} Elapsed: {4:hh\:mm\:ss}.
+ /// Looks up a localized string similar to {0:00.00}% {1}FPS: {2:000.0} Avg FPS: {3:000.0} Time Remaining: {4} Elapsed: {5:hh\:mm\:ss}.
/// </summary>
public static string MainViewModel_EncodeStatusChanged_StatusLabel {
get {
|