src/eric7/MicroPython/WifiDialogs/WifiController.py

branch
mpy_network
changeset 9794
21fd7c63b487
parent 9789
d8e0ab86ddca
child 9797
3be7b2326e2c
diff -r 30eb6d3b3eb0 -r 21fd7c63b487 src/eric7/MicroPython/WifiDialogs/WifiController.py
--- 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