diff options
author | sr55 <[email protected]> | 2020-02-12 22:12:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2020-02-12 22:12:48 +0000 |
commit | 0979767b3fbf33838e9012b4f28e36a57e5e37e2 (patch) | |
tree | 4238cecbc193c51c8f5d85d0fdaeae9560631812 /win/CS/HandBrakeWPF/Properties/Resources.resx | |
parent | 7adb00bcc87d27bf7c484e848fa8844b4913c3f9 (diff) |
WinGui: Changed the behaviour of the Queue Import. Now, if duplicates are detected on import, the user will be given the choice to overwrite the existing records. If not overwriting, queue tasks will NOT be imported. #2632
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.resx')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index a7321af69..29365f2ec 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -2198,4 +2198,10 @@ Where supported, any user presets will have been imported.</value> <data name="SubtitleView_AddRemainingCC" xml:space="preserve">
<value>Add All Remaining Closed Captions</value>
</data>
+ <data name="QueueService_DuplicatesQuestion" xml:space="preserve">
+ <value>Duplicate jobs were detected in the queue file that you are trying to import. Do you wish to overwrite the existing records?</value>
+ </data>
+ <data name="QueueService_DuplicatesTitle" xml:space="preserve">
+ <value>Duplicates Detected</value>
+ </data>
</root>
\ No newline at end of file |