tclarify the 'restore' message - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 2ea25fbb176ff0a9b0da5eff28db140aa215cbea DIR parent 8852ad5281d6fe0df66d25911e1695b62acf4348 HTML Author: ThomasV <thomasv@gitorious> Date: Sun, 8 Mar 2015 09:14:11 +0100 clarify the 'restore' message Diffstat: M gui/qt/installwizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py t@@ -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)