clarify text
authorThomasV <thomasv@gitorious>
Tue, 17 Dec 2013 05:56:33 +0000 (06:56 +0100)
committerThomasV <thomasv@gitorious>
Tue, 17 Dec 2013 05:56:33 +0000 (06:56 +0100)
gui/qt/installwizard.py

index f75b4e9..6f156ea 100644 (file)
@@ -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)