clarify text

This commit is contained in:
ThomasV 2013-12-17 06:56:33 +01:00
parent af045b47c0
commit 8a887273f6
1 changed files with 1 additions and 1 deletions

View 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)