Sun, 16 Aug 2015 10:19:06 +0200
Corrected a typo.
eric6.py | file | annotate | diff | comparison | revisions |
--- a/eric6.py Thu Aug 13 18:55:24 2015 +0200 +++ b/eric6.py Sun Aug 16 10:19:06 2015 +0200 @@ -54,7 +54,7 @@ sys.exit(100) messagebox.showerror( "eric6 Error", - "PyQt5 could not be imported. Please make sure" + "PyQt could not be imported. Please make sure" " it is installed and accessible.") sys.exit(100)