Fix #1013505 (Duplication of 'if' in src/calibre/gui2/preferences/misc.py)

This commit is contained in:
Kovid Goyal 2012-06-15 12:43:05 +05:30
parent 9e002345c2
commit 0716e96239
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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