--- a/src/eric7/MicroPython/MicroPythonDevices.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/MicroPython/MicroPythonDevices.py Tue Dec 06 17:35:41 2022 +0100 @@ -534,7 +534,7 @@ Plotter and a reason why it cannot. @rtype tuple of (bool, str) """ - return False, self.tr("Running scripts is not supported by this" " device.") + return False, self.tr("Running scripts is not supported by this device.") def runScript(self, script): """