diff --git a/src/utils/qpaeq b/src/utils/qpaeq index 951e70f88..5a7901ed5 100755 --- a/src/utils/qpaeq +++ b/src/utils/qpaeq @@ -23,8 +23,8 @@ try: import dbus.mainloop.qt import dbus except ImportError as e: - sys.stderr.write('There was an error importing need libraries\n' - 'Make sure you haveqt4 and dbus forthon installed\n' + sys.stderr.write('There was an error importing needed libraries\n' + 'Make sure you have qt4 and dbus-python installed\n' 'The error that occured was:\n' '\t%s\n' % (str(e))) sys.exit(-1)