diff options
author | sr55 <[email protected]> | 2020-07-24 22:02:50 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-07-24 22:02:50 +0100 |
commit | 2974cc767def7a4651fcd1b5922730c02af0d1bb (patch) | |
tree | 507248a20c63980c96d6c9e895924617fc769553 /win/CS/HandBrakeWPF/Properties/Resources.resx | |
parent | 88a5af3e108e1839ec86c7a08d77f13a9e45f6ed (diff) |
WinGui: Add back lost functionality on the new queue design. There is now a Stop button that allows for existing jobs to be completed before stopping the queue. When done action will also be honoured. #2974
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.resx')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 40d36fe87..dc34ba9a8 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -1452,7 +1452,7 @@ Would you like to overwrite it?</value> <value>Options</value>
</data>
<data name="QueueView_Pause" xml:space="preserve">
- <value>Pause Queue</value>
+ <value>Pause</value>
</data>
<data name="QueueView_PausedDuration" xml:space="preserve">
<value>Paused Duration:</value>
@@ -2340,4 +2340,7 @@ Please choose a different preset.</value> <data name="OptionsView_NotSupported" xml:space="preserve">
<value>(Not supported on this system)</value>
</data>
+ <data name="QueueView_Stop" xml:space="preserve">
+ <value>Stop</value>
+ </data>
</root>
\ No newline at end of file |