From 576ee17c4d39ee2ef80fdbdf87439f3bf083fea9 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Tue, 25 Jun 2013 11:51:46 +0200 Subject: [PATCH] Use caps for PATH --- kcc/KCC_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py index 515c788..9e8b341 100644 --- a/kcc/KCC_gui.py +++ b/kcc/KCC_gui.py @@ -427,7 +427,7 @@ class Ui_KCC(object): else: self.KindleGen = False formats = ['EPUB', 'CBZ'] - self.addMessage('Cannot find kindlegen in path! MOBI creation will be disabled.', 'warning') + self.addMessage('Cannot find kindlegen in PATH! MOBI creation will be disabled.', 'warning') if call('unrar', stdout=PIPE, stderr=STDOUT, shell=True) == 0: self.UnRAR = True else: