src/eric7/MicroPython/WifiDialogs/WifiController.py

branch
mpy_network
changeset 9794
21fd7c63b487
parent 9789
d8e0ab86ddca
child 9797
3be7b2326e2c
equal deleted inserted replaced
9793:30eb6d3b3eb0 9794:21fd7c63b487
238 if success: 238 if success:
239 EricMessageBox.information( 239 EricMessageBox.information(
240 None, 240 None,
241 self.tr("Remove WiFi Credentials"), 241 self.tr("Remove WiFi Credentials"),
242 self.tr( 242 self.tr(
243 "<p>The WiFi credentials were removed the device. The device" 243 "<p>The WiFi credentials were removed from the device. The"
244 " will not connect to the WiFi network at boot time anymore." 244 " device will not connect to the WiFi network at boot time"
245 "</p>" 245 " anymore.</p>"
246 ), 246 ),
247 ) 247 )
248 else: 248 else:
249 EricMessageBox.critical( 249 EricMessageBox.critical(
250 None, 250 None,

eric ide

mercurial