diff -r 4cadd6b03e82 -r 2bbbc95972bf eric7/UI/UserInterface.py --- a/eric7/UI/UserInterface.py Thu May 19 14:40:15 2022 +0200 +++ b/eric7/UI/UserInterface.py Thu May 19 17:00:47 2022 +0200 @@ -2521,9 +2521,9 @@ self.testingDialogAct.setStatusTip(self.tr('Start the testing dialog')) self.testingDialogAct.setWhatsThis(self.tr( """<b>Testing</b>""" - """<p>Perform test runss. The dialog gives the""" + """<p>Perform test runs. The dialog gives the""" """ ability to select and run a test suite or""" - """auto discover them.</p>""" + """ auto discover them.</p>""" )) self.testingDialogAct.triggered.connect(self.__startTesting) self.actions.append(self.testingDialogAct)