From 8a887273f6654a09347c5aeb2402ee90e89ca881 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 17 Dec 2013 06:56:33 +0100 Subject: [PATCH] clarify text --- gui/qt/installwizard.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index f75b4e9..6f156ea 100644 --- 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) -- 1.7.1