diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py index affeaef..929741f 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -1076,7 +1076,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow): else: self.sevenzip = False self.addMessage('Cannot find 7z!' - ' Processing of archives will be disabled.', 'warning') + ' Processing of archives will be disabled. Add 7z to PATH.', 'warning') self.detectKindleGen(True) APP.messageFromOtherInstance.connect(self.handleMessage)