Skip to content

Commit

Permalink
explicitly name disabled archives (#531)
Browse files Browse the repository at this point in the history
* explicitly name disabled archives
  • Loading branch information
axu2 authored Jun 10, 2023
1 parent 935727c commit 4923dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kindlecomicconverter/KCC_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,8 +1040,8 @@ def __init__(self, kccapp, kccwindow):
self.sevenzip = True
else:
self.sevenzip = False
self.addMessage('Add <a href="http://www.7-zip.org/download.html">7z</a> to PATH!'
' Processing of archives will be disabled.', 'warning')
self.addMessage('Install <a href="https://www.7-zip.org/">7-Zip</a> and add 7z to PATH!'
' CBZ/CBR/ZIP/etc processing disabled.', 'warning')
self.detectKindleGen(True)

APP.messageFromOtherInstance.connect(self.handleMessage)
Expand Down

0 comments on commit 4923dac

Please sign in to comment.