better message: restore or import

This commit is contained in:
ThomasV 2015-01-23 12:39:29 +01:00
parent 09f4359f62
commit 894a09e164
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class InstallWizard(QDialog):
b1.setText(_("Create new wallet"))
b1.setChecked(True)
b2 = QRadioButton(gb1)
b2.setText(_("Restore an existing wallet"))
b2.setText(_("Restore or import a wallet"))
group1 = QButtonGroup()
group1.addButton(b1)
group1.addButton(b2)