MicroPython mpy_network

Thu, 23 Feb 2023 13:31:20 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 23 Feb 2023 13:31:20 +0100
branch
mpy_network
changeset 9794
21fd7c63b487
parent 9793
30eb6d3b3eb0
child 9795
11b4d39d7584

MicroPython
- corrected a type in the WiFi controller

src/eric7/MicroPython/WifiDialogs/WifiController.py file | annotate | diff | comparison | revisions
--- a/src/eric7/MicroPython/WifiDialogs/WifiController.py	Thu Feb 23 13:30:45 2023 +0100
+++ b/src/eric7/MicroPython/WifiDialogs/WifiController.py	Thu Feb 23 13:31:20 2023 +0100
@@ -240,9 +240,9 @@
                     None,
                     self.tr("Remove WiFi Credentials"),
                     self.tr(
-                        "<p>The WiFi credentials were removed the device. The device"
-                        " will not connect to the WiFi network at boot time anymore."
-                        "</p>"
+                        "<p>The WiFi credentials were removed from the device. The"
+                        " device will not connect to the WiFi network at boot time"
+                        " anymore.</p>"
                     ),
                 )
             else:

eric ide

mercurial