diff --git a/src/tr.py b/src/tr.py index d75aa63b..eec82c37 100644 --- a/src/tr.py +++ b/src/tr.py @@ -43,11 +43,11 @@ def translateText(context, text, n=None): try: from PyQt4 import QtCore, QtGui except Exception as err: - print ('PyBitmessage requires PyQt unless you want to run it as a daemon'\ - ' and interact with it using the API.'\ - ' You can download PyQt from http://www.riverbankcomputing.com/software/pyqt/download'\ - ' or by searching Google for \'PyQt Download\'.'\ - ' If you want to run in daemon mode, see https://bitmessage.org/wiki/Daemon') + print('PyBitmessage requires PyQt unless you want to run it as a daemon' + ' and interact with it using the API.' + ' You can download PyQt from http://www.riverbankcomputing.com/software/pyqt/download' + ' or by searching Google for \'PyQt Download\'.' + ' If you want to run in daemon mode, see https://bitmessage.org/wiki/Daemon') print('Error message:', err) os._exit(0) # pylint: disable=protected-access if n is None: