mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Rename share ratio limiting options
This commit is contained in:
parent
07eb261991
commit
53e7faa47c
2 changed files with 7 additions and 7 deletions
|
@ -2440,9 +2440,9 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="ratioBox">
|
||||
<widget class="QGroupBox" name="seedingLimitsBox">
|
||||
<property name="title">
|
||||
<string>Share Ratio Limiting</string>
|
||||
<string>Seeding Limits</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_91">
|
||||
<item row="2" column="1">
|
||||
|
@ -2464,7 +2464,7 @@
|
|||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="checkMaxSeedingMinutes">
|
||||
<property name="text">
|
||||
<string>Seed torrents until their seeding time reaches</string>
|
||||
<string>When seeding time reaches</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -2508,7 +2508,7 @@
|
|||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="checkMaxRatio">
|
||||
<property name="text">
|
||||
<string>Seed torrents until their ratio reaches</string>
|
||||
<string>When ratio reaches</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue