mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-11 04:59:51 +00:00
Goldcard: Change spelling mistake
This commit is contained in:
parent
96fb75ffc6
commit
e5cd2ed52f
1 changed files with 1 additions and 2 deletions
|
@ -101,7 +101,7 @@ class Coldcard_Handler(QtHandlerBase):
|
||||||
return
|
return
|
||||||
|
|
||||||
def setup_dialog(self):
|
def setup_dialog(self):
|
||||||
self.show_error(_('Please initialization your Coldcard while disconnected.'))
|
self.show_error(_('Please initialize your Coldcard while disconnected.'))
|
||||||
return
|
return
|
||||||
|
|
||||||
class CKCCSettingsDialog(WindowModalDialog):
|
class CKCCSettingsDialog(WindowModalDialog):
|
||||||
|
@ -239,4 +239,3 @@ class CKCCSettingsDialog(WindowModalDialog):
|
||||||
|
|
||||||
self.thread.add(doit)
|
self.thread.add(doit)
|
||||||
self.close()
|
self.close()
|
||||||
# EOF
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue