diff options
author | sr55 <[email protected]> | 2016-02-20 21:21:45 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-02-20 21:21:45 +0000 |
commit | fa82fc310a78663421faa9a2b0c27cccf3fc6446 (patch) | |
tree | 305d1c0460ad297c193604fdb5b0012afaa517df /win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | |
parent | ead31bdf2ea3dacd0ff5c9f576de14e6d7d918e3 (diff) |
WinGui: Added a text block on the Queue Add selection that shows the current preset to be used to for adding to the queue.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 8b1d323df..62faa5ec9 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -1629,6 +1629,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to The selected titles will be added using the "{0}" preset..
+ /// </summary>
+ public static string QueueSelection_UsingPreset {
+ get {
+ return ResourceManager.GetString("QueueSelection_UsingPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Choose titles:.
/// </summary>
public static string QueueSelectionView_ChooseTitles {
|