diff options
author | sr55 <[email protected]> | 2019-06-30 15:39:40 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-06-30 15:39:40 +0100 |
commit | ddd59273b0ba79fc8c962c3f4bec4ffc486de3a6 (patch) | |
tree | bdf7d47eb3e72497f0c54a9545fe17c6e81a1136 /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 3e2f9fb57f48c591c2c1969a15cc9826241cfc55 (diff) |
WinGui: Usability improvements on the Queue.
- Options dropdown is placed above the queue.
- Show only destination filename on the queue panel. Full details shown on the right panel still. Allows 2 additional queue records to show on screen at any given time.
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 251dfb4fe..799647272 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -4057,7 +4057,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Dest: . + /// Looks up a localized string similar to Destination:. /// </summary> public static string QueueView_Destination { get { @@ -4237,7 +4237,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Src: . + /// Looks up a localized string similar to Source:. /// </summary> public static string QueueView_Source { get { |