diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py index e047446..9ac509d 100644 --- a/kcc/KCC_gui.py +++ b/kcc/KCC_gui.py @@ -611,7 +611,7 @@ class Ui_KCC(object): self.addMessage('Remember: All options have additional informations in tooltips.', 'info') if self.firstStart: self.addMessage('Since you are using KCC for first time please see few ' - 'important tips.', 'info') + 'important tips.', 'info') if call('kindlegen -locale en', stdout=PIPE, stderr=STDOUT, shell=True) == 0: self.KindleGen = True formats = ['MOBI', 'EPUB', 'CBZ'] @@ -642,7 +642,7 @@ class Ui_KCC(object): self.sevenza = True else: self.sevenza = False - self.addMessage('Cannot find 7za!' ' Processing of CB7/7Z files will be disabled.', 'warning') GUI.BasicModeButton.clicked.connect(self.modeBasic)