mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
missing 'e' in updateQueueingSystem
This commit is contained in:
@@ -196,7 +196,7 @@
|
|||||||
|
|
||||||
<fieldset class="settings">
|
<fieldset class="settings">
|
||||||
<legend>_(Torrent Queueing)</legend>
|
<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/>
|
<label for="queueing_checkbox">_(Torrent Queueing)</label><br/>
|
||||||
<div class="formRow">
|
<div class="formRow">
|
||||||
<label for="max_active_dl_value" style="margin-left: 20px;" class="leftLabelLarge">_(Maximum active downloads:)</label>
|
<label for="max_active_dl_value" style="margin-left: 20px;" class="leftLabelLarge">_(Maximum active downloads:)</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user