diff options
author | Scott <[email protected]> | 2015-10-24 21:20:16 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2015-10-24 21:20:16 +0100 |
commit | a5e11c672683a315646ba78e74d6c4beb719bfd1 (patch) | |
tree | 4ceebf66ac6b431a3c6108dfaccf2304ed85b70d /win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | |
parent | 5453dde3e30ee93fd49a779e4b3ce40d0077e045 (diff) |
Adding a "When Done" Label and Context Menu to the Main Screen status bar.
This should make it more obvious to users that they have a "When done" action turned on, especially when coming back to the app after a period of time.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 766fb27ab..10afa9c83 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -1771,7 +1771,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to When Done::.
+ /// Looks up a localized string similar to When Done:.
/// </summary>
public static string QueueView_WhenDone {
get {
|