src/eric7/Testing/TestingWidget.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9482
a2bc06a54d9d
child 9576
be9f8e7e42e0
diff -r 3b46c662a004 -r 9960d19d66b5 src/eric7/Testing/TestingWidget.py
--- a/src/eric7/Testing/TestingWidget.py	Tue Dec 06 16:00:06 2022 +0100
+++ b/src/eric7/Testing/TestingWidget.py	Tue Dec 06 16:04:58 2022 +0100
@@ -132,7 +132,7 @@
         self.__startButton.setToolTip(self.tr("Start the selected testsuite"))
         self.__startButton.setWhatsThis(
             self.tr(
-                """<b>Start Test</b>""" """<p>This button starts the test run.</p>"""
+                """<b>Start Test</b><p>This button starts the test run.</p>"""
             )
         )
 
@@ -156,7 +156,7 @@
         self.__stopButton.setToolTip(self.tr("Stop the running test"))
         self.__stopButton.setWhatsThis(
             self.tr(
-                """<b>Stop Test</b>""" """<p>This button stops a running test.</p>"""
+                """<b>Stop Test</b><p>This button stops a running test.</p>"""
             )
         )
 

eric ide

mercurial