mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-30 05:00:31 +00:00
missing 'e' in updateQueueingSystem
This commit is contained in:
parent
6db7d36e4d
commit
da69983e64
@ -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…
Reference in New Issue
Block a user