--- a/eric6/MicroPython/CircuitPythonFirmwareSelectionDialog.py Thu Feb 11 11:44:07 2021 +0100 +++ b/eric6/MicroPython/CircuitPythonFirmwareSelectionDialog.py Thu Feb 11 11:59:32 2021 +0100 @@ -31,7 +31,7 @@ """ # # The Boards list is built with data extracted from: - # - https://github.com/microsoft/uf2-samdx1 + # - https://github.com/adafruit/uf2-samdx1 # - https://github.com/adafruit/Adafruit_nRF52_Bootloader # Boards = ( @@ -107,10 +107,8 @@ ("Pro nRF52840 Mini", "NRF52BOOT"), # other boards we know about - ("--- {0} ---".format( - QCoreApplication.translate("CircuitPythonFirmwareSelectionDialog", - "Others") - ), ""), + (QCoreApplication.translate("CircuitPythonFirmwareSelectionDialog", + "--- Others ---"), ""), ("ARAMCON Badge 2019", "ARAMBOOT"), ("AtelierDuMaker NRF52840 Breakout", "ADM840BOOT"), ("BlueMicro", "BLUEMICRO"),