about summary refs log tree commit diff
path: root/kindlecomicconverter/comic2ebook.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2017-08-20 18:04:04 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2017-08-20 18:06:09 +0200
commit36a7dc49ecb097b699523071ab00b55d5ad958e9 (patch)
tree3ecdee6f3eee98ab43a2edb39561ad0684011d79 /kindlecomicconverter/comic2ebook.py
parentTweaked build process (diff)
downloadkcc-36a7dc49ecb097b699523071ab00b55d5ad958e9.tar.gz
kcc-36a7dc49ecb097b699523071ab00b55d5ad958e9.tar.bz2
kcc-36a7dc49ecb097b699523071ab00b55d5ad958e9.zip
Fixed some typos
Diffstat (limited to 'kindlecomicconverter/comic2ebook.py')
-rwxr-xr-xkindlecomicconverter/comic2ebook.py6
1 files changed, 3 insertions, 3 deletions
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. "