src/eric7/Debugger/DebugServer.py

branch
eric7
changeset 10982
db9e5f8fae05
parent 10981
e80ffe75107c
child 10985
91243eb0390d
--- a/src/eric7/Debugger/DebugServer.py	Wed Oct 16 16:12:44 2024 +0200
+++ b/src/eric7/Debugger/DebugServer.py	Wed Oct 16 16:17:17 2024 +0200
@@ -2126,8 +2126,7 @@
                 self.tr(
                     "Passive debug client connection received while not in passive"
                     " mode. Enable this mode on the 'Debugger General' configuration"
-                    " page or in the project debugger configuration. The connection"
-                    " will be rejected."
+                    " page. The connection will be rejected."
                 ),
             )
             self.shutdownServer()

eric ide

mercurial