tbetter message: restore or import - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 894a09e16488240d5e112fa293a99a3d45627d11 DIR parent 09f4359f62bb80e2c213fc078c40dd3afb3a9f79 HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 23 Jan 2015 12:39:29 +0100 better message: restore or import 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@@ -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)