--- a/src/eric7/MicroPython/MicroPythonWidget.py Tue Dec 06 16:00:06 2022 +0100 +++ b/src/eric7/MicroPython/MicroPythonWidget.py Tue Dec 06 16:04:58 2022 +0100 @@ -1166,7 +1166,7 @@ self, self.tr("Run Script"), self.tr( - """The current editor does not contain a script.""" """ Abort...""" + """The current editor does not contain a script. Abort...""" ), ) return @@ -1177,7 +1177,7 @@ self, self.tr("Run Script"), self.tr( - """<p>Cannot run script.</p><p>Reason:""" """ {0}</p>""" + """<p>Cannot run script.</p><p>Reason: {0}</p>""" ).format(reason), ) return @@ -1761,7 +1761,7 @@ self, title, self.tr( - """The Python file <b>{0}</b> does not exist.""" """ Aborting...""" + """The Python file <b>{0}</b> does not exist. Aborting...""" ).format(pythonFile), ) return