mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
missing 'e' in updateQueueingSystem
This commit is contained in:
parent
3197d5cc2f
commit
0cd4c079e9
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@
|
|||
|
||||
<fieldset class="settings">
|
||||
<legend>_(Torrent Queueing)</legend>
|
||||
<input type="checkbox" id="queueing_checkbox" onclick="updateQueuingSystem();"/>
|
||||
<input type="checkbox" id="queueing_checkbox" onclick="updateQueueingSystem();"/>
|
||||
<label for="queueing_checkbox">_(Torrent Queueing)</label><br/>
|
||||
<div class="formRow">
|
||||
<label for="max_active_dl_value" style="margin-left: 20px;" class="leftLabelLarge">_(Maximum active downloads:)</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue