--- a/PipxInterface/Pipx.py Fri Jun 28 17:24:18 2024 +0200 +++ b/PipxInterface/Pipx.py Fri Jun 28 19:11:24 2024 +0200 @@ -135,7 +135,7 @@ return True, output else: error = str(process.readAllStandardError(), ioEncoding, "replace") - msg = self.tr("<p>Message:{0}</p>").format(error) if error else "" + msg = self.tr("<p>Message: {0}</p>").format(error) if error else "" return ( False, self.tr("<p>pipx exited with an error ({0}).</p>{1}").format(