--- a/eric5.py Mon Feb 11 14:08:08 2013 +0100 +++ b/eric5.py Mon Feb 11 18:13:10 2013 +0100 @@ -245,7 +245,7 @@ # Load translation files and install them loc = Startup.loadTranslators(qt4TransDir, app, ("qscintilla",)) - splash.showMessage(QApplication.translate("eric5", "Importing packages...")) + splash.showMessage(QApplication.translate("eric5", "Starting...")) # We can only import these after creating the E5Application because they # make Qt calls that need the E5Application to exist. from UI.UserInterface import UserInterface