src/eric7/UI/UserInterface.py

branch
eric7
changeset 9429
b2db3a67525c
parent 9421
989ee2535d59
child 9433
6df1aeaa4529
--- a/src/eric7/UI/UserInterface.py	Fri Oct 21 09:28:18 2022 +0200
+++ b/src/eric7/UI/UserInterface.py	Mon Oct 24 14:23:39 2022 +0200
@@ -401,7 +401,7 @@
         self.__configurationDialog = None
 
         # now setup the connections
-        splash.showMessage(self.tr("Setting up connections..."))
+        splash.showMessage(self.tr("Setting up signal/slot-connections..."))
 
         self.debugViewer.exceptionLogger.sourceFile.connect(
             self.viewmanager.openSourceFile

eric ide

mercurial