commit 894a09e16488240d5e112fa293a99a3d45627d11
parent 09f4359f62bb80e2c213fc078c40dd3afb3a9f79
Author: ThomasV <thomasv@gitorious>
Date: Fri, 23 Jan 2015 12:39:29 +0100
better message: restore or import
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)