--- a/src/eric7/MicroPython/Devices/EspDevices.py Sun Nov 03 12:34:02 2024 +0100 +++ b/src/eric7/MicroPython/Devices/EspDevices.py Sun Nov 03 17:50:34 2024 +0100 @@ -391,7 +391,7 @@ url = QUrl(FirmwareGithubUrls["circuitpython"]) else: EricMessageBox.critical( - None, + self.microPython, self.tr("Show MicroPython Versions"), self.tr( """The firmware of the connected device cannot be""" @@ -444,7 +444,7 @@ msg += self.tr("<p><b>Update available!</b></p>") EricMessageBox.information( - None, + self.microPython, self.tr("{0} Version").format(kind), msg, )