From 36a7dc49ecb097b699523071ab00b55d5ad958e9 Mon Sep 17 00:00:00 2001
From: Paweł Jastrzębski
Resolution of target device.
")) + self.hLabel.setToolTip(_translate("mainWindow", "Resolution of the target device.
")) self.hLabel.setText(_translate("mainWindow", "Custom height:")) - self.widthBox.setToolTip(_translate("mainWindow", "Resolution of target device.
")) - self.wLabel.setToolTip(_translate("mainWindow", "Resolution of target device.
")) + self.widthBox.setToolTip(_translate("mainWindow", "Resolution of the target device.
")) + self.wLabel.setToolTip(_translate("mainWindow", "Resolution of the target device.
")) self.wLabel.setText(_translate("mainWindow", "Custom width:")) - self.heightBox.setToolTip(_translate("mainWindow", "Resolution of target device.
")) + self.heightBox.setToolTip(_translate("mainWindow", "Resolution of the target device.
")) self.mangaBox.setToolTip(_translate("mainWindow", "Enable right-to-left reading.
")) self.mangaBox.setText(_translate("mainWindow", "Manga mode")) self.rotateBox.setToolTip(_translate("mainWindow", "Unchecked - Split
Double page spreads will be cut into two separate pages.
Indeterminate - Rotate and split
Double page spreads will be displayed twice. First rotated and then split.
Checked - Rotate
Double page spreads will be rotated.
Unchecked - 4 panels
Zoom each corner separately.
Indeterminate - 2 panels
Zoom only the top and bottom of the page.
Checked - 4 high quality panels
Zoom each corner separately. Try to increase the quality of magnification. Check wiki for more details.
Unchecked - 4 panels
Zoom each corner separately.
Indeterminate - 2 panels
Zoom only the top and bottom of the page.
Checked - 4 high-quality panels
Zoom each corner separately. Try to increase the quality of magnification. Check wiki for more details.
Enable special parsing mode for Korean Webtoons.
")) self.webtoonBox.setText(_translate("mainWindow", "Webtoon mode")) @@ -250,9 +250,9 @@ class Ui_mainWindow(object): self.upscaleBox.setText(_translate("mainWindow", "Stretch/Upscale")) self.gammaBox.setToolTip(_translate("mainWindow", "Disable automatic gamma correction.
")) self.gammaBox.setText(_translate("mainWindow", "Custom gamma")) - self.borderBox.setToolTip(_translate("mainWindow", "Unchecked - Autodetection
Color of margins fill will be detected automatically.
Indeterminate - White
Margins will be filled with white color.
Checked - Black
Margins will be filled with black color.
Unchecked - Autodetection
The color of margins fill will be detected automatically.
Indeterminate - White
Margins will be filled with white color.
Checked - Black
Margins will be filled with black color.
Unchecked - Automatic mode
Output will be splitted automatically.
Checked - Volume mode
Every subdirectory will be considered as separate volume.
Unchecked - Automatic mode
The output will be split automatically.
Checked - Volume mode
Every subdirectory will be considered as a separate volume.
Disable conversion to grayscale.
")) self.colorBox.setText(_translate("mainWindow", "Color mode")) diff --git a/kindlecomicconverter/comic2ebook.py b/kindlecomicconverter/comic2ebook.py index 57a6258..4d5f574 100755 --- a/kindlecomicconverter/comic2ebook.py +++ b/kindlecomicconverter/comic2ebook.py @@ -835,10 +835,10 @@ def detectCorruption(tmpPath, orgPath): else: os.remove(os.path.join(root, name)) if alreadyProcessed: - print("WARNING: Source files are probably created by KCC. Second conversion will decrease quality.") + print("WARNING: Source files are probably created by KCC. The second conversion will decrease quality.") if GUI: - GUI.addMessage.emit('Source files are probably created by KCC. Second conversion will decrease quality.', - 'warning', False) + GUI.addMessage.emit('Source files are probably created by KCC. The second conversion will decrease quality.' + , 'warning', False) GUI.addMessage.emit('', '', False) if imageSmaller > imageNumber * 0.25 and not options.upscale and not options.stretch: print("WARNING: More than 25% of images are smaller than target device resolution. " diff --git a/kindlecomicconverter/comic2panel.py b/kindlecomicconverter/comic2panel.py index 2bb92b8..14b3294 100644 --- a/kindlecomicconverter/comic2panel.py +++ b/kindlecomicconverter/comic2panel.py @@ -197,7 +197,7 @@ def main(argv=None, qtGUI=None): mainOptions.add_option("-m", "--merge", action="store_true", dest="merge", default=False, help="Combine every directory into a single image before splitting") otherOptions.add_option("-d", "--debug", action="store_true", dest="debug", default=False, - help="Create debug file for every splitted image") + help="Create debug file for every split image") otherOptions.add_option("-h", "--help", action="help", help="Show this help message and exit") parser.add_option_group(mainOptions) -- cgit 1.4.1