commit 2ea25fbb176ff0a9b0da5eff28db140aa215cbea
parent 8852ad5281d6fe0df66d25911e1695b62acf4348
Author: ThomasV <thomasv@gitorious>
Date: Sun, 8 Mar 2015 09:14:11 +0100
clarify the 'restore' message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)