commit 8a887273f6654a09347c5aeb2402ee90e89ca881 parent af045b47c0dd9b66f75205076b20aeb5b2a23f8b Author: ThomasV <thomasv@gitorious> Date: Tue, 17 Dec 2013 06:56:33 +0100 clarify text Diffstat:
M | gui/qt/installwizard.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py @@ -54,7 +54,7 @@ class InstallWizard(QDialog): b2.setText(_("Restore wallet from seed")) b3 = QRadioButton(gb) - b3.setText(_("Restore wallet from master public key")) + b3.setText(_("Create a watching-only version of an existing wallet")) grid.addWidget(b1,1,0) grid.addWidget(b2,2,0)