src/eric7/MicroPython/MicroPythonWidget.py

branch
eric7
changeset 11070
5d354c287553
parent 11058
5b5c28512359
child 11090
f5f5f5803935
diff -r f26aa3302090 -r 5d354c287553 src/eric7/MicroPython/MicroPythonWidget.py
--- a/src/eric7/MicroPython/MicroPythonWidget.py	Mon Dec 02 09:47:25 2024 +0100
+++ b/src/eric7/MicroPython/MicroPythonWidget.py	Mon Dec 02 11:37:38 2024 +0100
@@ -311,7 +311,7 @@
                         "</li><li>".join(
                             [
                                 self.tr(
-                                    "{0} (0x{1:04x}/0x{2:04x})", "description, VId, PId"
+                                    "{0} (0x{1:04x}/0x{2:04x})", "description, VID, PID"
                                 ).format(desc, vid, pid)
                                 for vid, pid, desc in newUnknownDevices
                             ]

eric ide

mercurial