diff options
author | sr55 <[email protected]> | 2017-05-29 19:21:40 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-05-29 19:21:40 +0100 |
commit | ec1ae47d59d52315d7279bafcb883d69803ee96e (patch) | |
tree | ce1a20af0b2218cadf2d0794622b04e39ef975f6 /win/CS/HandBrakeWPF/Properties | |
parent | 05faa1f855472e8783905b7fa2a8ce1ad4267722 (diff) |
WinGui: Remove the legacy XML based queue import/export funcitonality. One can still export to JSON for the CLI but currently import is still not supported for JSON.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 2 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index c04e4e97e..f6a7898f0 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -1845,7 +1845,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Export Queue.
+ /// Looks up a localized string similar to Export Queue for CLI.
/// </summary>
public static string QueueView_Export {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 50a0c4bbd..6dce889d2 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -508,7 +508,7 @@ <value>Do nothing</value>
</data>
<data name="QueueView_Export" xml:space="preserve">
- <value>Export Queue</value>
+ <value>Export Queue for CLI</value>
</data>
<data name="QueueView_Hibernate" xml:space="preserve">
<value>Hibernate</value>
|