src/eric7/Debugger/DebugUI.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9541
69167c94995f
child 9576
be9f8e7e42e0
--- a/src/eric7/Debugger/DebugUI.py	Tue Dec 06 16:00:06 2022 +0100
+++ b/src/eric7/Debugger/DebugUI.py	Tue Dec 06 16:04:58 2022 +0100
@@ -607,7 +607,7 @@
         )
         act.setStatusTip(
             self.tr(
-                """Execute Python statements until leaving""" """ the current frame"""
+                """Execute Python statements until leaving the current frame"""
             )
         )
         act.setWhatsThis(
@@ -634,7 +634,7 @@
         )
         act.setStatusTip(self.tr("Stop debugging"))
         act.setWhatsThis(
-            self.tr("""<b>Stop</b>""" """<p>Stop the running debugging session.</p>""")
+            self.tr("""<b>Stop</b><p>Stop the running debugging session.</p>""")
         )
         act.triggered.connect(self.__stepQuit)
         self.actions.append(act)

eric ide

mercurial