mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-30 13:15:48 +01:00
Change working of BG job options in Pref/Misc--also affects plugin jobs.
This commit is contained in:
parent
c4a4c3a76f
commit
8b8570a135
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_5">
|
||||
<property name="text">
|
||||
<string>Max. simultaneous conversion/news download jobs:</string>
|
||||
<string>Max. simultaneous conversion/news download/plugin jobs:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>opt_worker_limit</cstring>
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>&Abort conversion jobs that take more than:</string>
|
||||
<string>&Abort jobs that take more than:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>opt_worker_max_time</cstring>
|
||||
|
|
|
|||
Loading…
Reference in a new issue