diff -r ac84ac3c0f05 -r f0cb7579c0b4 compileUiFiles.py --- a/compileUiFiles.py Sat Jul 05 11:41:14 2014 +0200 +++ b/compileUiFiles.py Sat Jul 05 12:13:23 2014 +0200 @@ -5,7 +5,7 @@ # """ -Script for eric5 to compile all .ui files to Python source. +Script for eric6 to compile all .ui files to Python source. """ from __future__ import unicode_literals @@ -125,5 +125,5 @@ print( "\nAn internal error occured. Please report all the output of the" " program, \nincluding the following traceback, to" - " eric5-bugs@eric-ide.python-projects.org.\n") + " eric-bugs@eric-ide.python-projects.org.\n") raise