eric5.py

changeset 2409
df3820f08247
parent 2302
f29e9405c851
child 2525
8b507a9a2d40
child 2608
01118174a2f5
--- 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

eric ide

mercurial