Merge pull request #115 from rdymac/patch-14
authorThomasV <thomasv1@gmx.de>
Thu, 17 Jan 2013 06:49:53 +0000 (22:49 -0800)
committerThomasV <thomasv1@gmx.de>
Thu, 17 Jan 2013 06:49:53 +0000 (22:49 -0800)
More text strings to be translated

lib/gui_qt.py

index 135d93b..9b4b05e 100644 (file)
@@ -1894,9 +1894,9 @@ class ElectrumWindow(QMainWindow):
         grid_io.addWidget(EnterButton(_("Import"), self.do_import_privkey), 3, 2)
         grid_io.addWidget(HelpButton(_('Import private key')), 3, 3)
 
-        grid_io.addWidget(QLabel(_('Master Public key')), 4, 0)
+        grid_io.addWidget(QLabel(_('Master Public Key')), 4, 0)
         grid_io.addWidget(EnterButton(_("Show"), self.show_master_public_key), 4, 1)
-        grid_io.addWidget(HelpButton(_('Your master public key can be used to create receiving addresses, but not to sign transactions.') + ' ' \
+        grid_io.addWidget(HelpButton(_('Your Master Public Key can be used to create receiving addresses, but not to sign transactions.') + ' ' \
                               + _('If you give it to someone, they will be able to see your transactions, but not to spend your money.') + ' ' \
                               + _('If you restore your wallet from it, a watching-only (deseeded) wallet will be created.')), 4, 3)