mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
clarify the 'restore' message
This commit is contained in:
parent
8852ad5281
commit
2ea25fbb17
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class InstallWizard(QDialog):
|
|||
b1.setText(_("Create new wallet"))
|
||||
b1.setChecked(True)
|
||||
b2 = QRadioButton(gb1)
|
||||
b2.setText(_("Restore or import a wallet"))
|
||||
b2.setText(_("Restore a wallet or import keys"))
|
||||
group1 = QButtonGroup()
|
||||
group1.addButton(b1)
|
||||
group1.addButton(b2)
|
||||
|
|
Loading…
Add table
Reference in a new issue