mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
parent
c494314a29
commit
f1b7c4572b
2 changed files with 3 additions and 3 deletions
|
@ -1031,7 +1031,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="duplicateTorrentGroup">
|
<widget class="QGroupBox" name="duplicateTorrentGroup">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>When duplicate torrent is being added</string>
|
<string>When adding a duplicate torrent</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="duplicateTorrentBoxLayout">
|
<layout class="QVBoxLayout" name="duplicateTorrentBoxLayout">
|
||||||
<item>
|
<item>
|
||||||
|
@ -1047,7 +1047,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="checkConfirmMergeTrackers">
|
<widget class="QCheckBox" name="checkConfirmMergeTrackers">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Ask for merging trackers when torrent is being added manually</string>
|
<string>Ask to merge trackers for manually added torrent</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
|
@ -141,7 +141,7 @@
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<fieldset class="settings">
|
<fieldset class="settings">
|
||||||
<legend>QBT_TR(When duplicate torrent is being added)QBT_TR[CONTEXT=OptionsDialog]</legend>
|
<legend>QBT_TR(When adding a duplicate torrent)QBT_TR[CONTEXT=OptionsDialog]</legend>
|
||||||
<div class="formRow">
|
<div class="formRow">
|
||||||
<input type="checkbox" id="mergeTrackersInput">
|
<input type="checkbox" id="mergeTrackersInput">
|
||||||
<label for="mergeTrackersInput">QBT_TR(Merge trackers to existing torrent)QBT_TR[CONTEXT=OptionsDialog]</label>
|
<label for="mergeTrackersInput">QBT_TR(Merge trackers to existing torrent)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue