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/ResourcesUI.resx | |
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/ResourcesUI.resx')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 2 |
1 files changed, 1 insertions, 1 deletions
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>
|