tclarify text - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 8a887273f6654a09347c5aeb2402ee90e89ca881
 (DIR) parent af045b47c0dd9b66f75205076b20aeb5b2a23f8b
 (HTM) 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(-)
       ---
 (DIR) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
       t@@ -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)