--- a/eric6/MicroPython/UF2FlashDialog.py Fri Feb 12 16:15:18 2021 +0100 +++ b/eric6/MicroPython/UF2FlashDialog.py Fri Feb 12 19:16:12 2021 +0100 @@ -571,7 +571,7 @@ htmlText = self.tr( "<h4>Flash method 'manual' selected.</h4>" "<p>Follow the instructions below to flash a device by entering" - "the data manually.</p><ol>" + " the data manually.</p><ol>" "<li>Change the device to 'bootloader' mode.</li>" "<li>Wait until the device has entered 'bootloader' mode.</li>" "<li>Ensure the boot volume is available (this may require" @@ -646,7 +646,7 @@ self.tr("Flashing {0}").format(firmwareType)) self.infoEdit.setHtml(self.tr( "<p>Flashing the {0} firmware to the device. Please wait" - " until the device resets automatically</p>." + " until the device resets automatically.</p>" ).format(firmwareType)) QCoreApplication.processEvents(QEventLoop.ExcludeUserInputEvents) shutil.copy2(firmwarePath, volumePath)