eric6/MicroPython/UF2FlashDialog.py

changeset 8097
5af9c426c46b
parent 8096
5425a9072300
child 8099
522946e53835
diff -r 5425a9072300 -r 5af9c426c46b eric6/MicroPython/UF2FlashDialog.py
--- 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)

eric ide

mercurial