From 894a09e16488240d5e112fa293a99a3d45627d11 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 23 Jan 2015 12:39:29 +0100 Subject: [PATCH] better message: restore or import --- gui/qt/installwizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index d444a4fb..0b625d75 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -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)