diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 64096fea..a93e5504 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -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)