Goldcard: Change spelling mistake

This commit is contained in:
Johann Bauer 2018-09-06 18:15:44 +02:00 committed by GitHub
parent 96fb75ffc6
commit e5cd2ed52f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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