src/eric7/MicroPython/WifiDialogs/WifiController.py

branch
mpy_network
changeset 9789
d8e0ab86ddca
parent 9787
163511257f24
child 9794
21fd7c63b487
equal deleted inserted replaced
9788:12294115900a 9789:d8e0ab86ddca
202 EricMessageBox.information( 202 EricMessageBox.information(
203 None, 203 None,
204 self.tr("Write WiFi Credentials"), 204 self.tr("Write WiFi Credentials"),
205 self.tr( 205 self.tr(
206 "<p>The WiFi credentials were saved on the device. The device" 206 "<p>The WiFi credentials were saved on the device. The device"
207 " will connect to the WiFi network at boot time.</p>"), 207 " will connect to the WiFi network at boot time.</p>"
208 ),
208 ) 209 )
209 else: 210 else:
210 EricMessageBox.critical( 211 EricMessageBox.critical(
211 None, 212 None,
212 self.tr("Write WiFi Credentials"), 213 self.tr("Write WiFi Credentials"),
239 None, 240 None,
240 self.tr("Remove WiFi Credentials"), 241 self.tr("Remove WiFi Credentials"),
241 self.tr( 242 self.tr(
242 "<p>The WiFi credentials were removed the device. The device" 243 "<p>The WiFi credentials were removed the device. The device"
243 " will not connect to the WiFi network at boot time anymore." 244 " will not connect to the WiFi network at boot time anymore."
244 "</p>"), 245 "</p>"
246 ),
245 ) 247 )
246 else: 248 else:
247 EricMessageBox.critical( 249 EricMessageBox.critical(
248 None, 250 None,
249 self.tr("Remove WiFi Credentials"), 251 self.tr("Remove WiFi Credentials"),

eric ide

mercurial