--- a/src/eric7/Debugger/DebugUI.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Debugger/DebugUI.py Tue Dec 06 17:35:41 2022 +0100 @@ -606,9 +606,7 @@ "dbg_step_out", ) act.setStatusTip( - self.tr( - """Execute Python statements until leaving the current frame""" - ) + self.tr("""Execute Python statements until leaving the current frame""") ) act.setWhatsThis( self.tr( @@ -1568,7 +1566,7 @@ EricMessageBox.information( self.ui, Program, - self.tr("The program being debugged has terminated" " unexpectedly."), + self.tr("The program being debugged has terminated unexpectedly."), ) def __getThreadList(self, debuggerId):