mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1013505 (Duplication of 'if' in src/calibre/gui2/preferences/misc.py)
This commit is contained in:
parent
9e002345c2
commit
0716e96239
@ -35,7 +35,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
|
||||
self.opt_worker_limit.setToolTip(textwrap.fill(
|
||||
_('The maximum number of jobs that will run simultaneously in '
|
||||
'the background. This refers to CPU intensive tasks like '
|
||||
' conversion. Lower this number if '
|
||||
' conversion. Lower this number'
|
||||
' if you want calibre to use less CPU.')))
|
||||
self.device_detection_button.clicked.connect(self.debug_device_detection)
|
||||
self.button_open_config_dir.clicked.connect(self.open_config_dir)
|
||||
|
@ -5,8 +5,8 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: calibre 0.8.56\n"
|
||||
"POT-Creation-Date: 2012-06-15 08:01+IST\n"
|
||||
"PO-Revision-Date: 2012-06-15 08:01+IST\n"
|
||||
"POT-Creation-Date: 2012-06-15 12:42+IST\n"
|
||||
"PO-Revision-Date: 2012-06-15 12:42+IST\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -12701,7 +12701,7 @@ msgid "Prefer &fewer tags"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/misc.py:36
|
||||
msgid "The maximum number of jobs that will run simultaneously in the background. This refers to CPU intensive tasks like conversion. Lower this number if if you want calibre to use less CPU."
|
||||
msgid "The maximum number of jobs that will run simultaneously in the background. This refers to CPU intensive tasks like conversion. Lower this number if you want calibre to use less CPU."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/misc.py:46
|
||||
|
Loading…
x
Reference in New Issue
Block a user