Browse Source

Goldcard: Change spelling mistake

master
Johann Bauer 7 years ago committed by GitHub
parent
commit
e5cd2ed52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      electrum/plugins/coldcard/qt.py

3
electrum/plugins/coldcard/qt.py

@ -101,7 +101,7 @@ class Coldcard_Handler(QtHandlerBase):
return
def setup_dialog(self):
self.show_error(_('Please initialization your Coldcard while disconnected.'))
self.show_error(_('Please initialize your Coldcard while disconnected.'))
return
class CKCCSettingsDialog(WindowModalDialog):
@ -239,4 +239,3 @@ class CKCCSettingsDialog(WindowModalDialog):
self.thread.add(doit)
self.close()
# EOF

Loading…
Cancel
Save