From: rdymac Date: Sat, 12 Jan 2013 01:54:27 +0000 (+0100) Subject: Update lib/gui_qt.py X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=c981940b165abe7d5492139408d599c9bb80d8da;p=electrum-nvc.git Update lib/gui_qt.py Fixed a typo on line 1788 --- diff --git a/lib/gui_qt.py b/lib/gui_qt.py index cb2ed59..7551c03 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -1785,7 +1785,7 @@ class ElectrumWindow(QMainWindow): 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 adresses, 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)