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>""" ) )