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, |