URI: 
       tfix - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 95ad6a4321b66532d7a8af4034ff2b1277e432b6
   DIR parent e38d19d2109329c844676a50bdc61363137503b3
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri, 24 Mar 2017 09:39:57 +0100
       
       fix
       
       Diffstat:
         M gui/qt/network_dialog.py            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/gui/qt/network_dialog.py b/gui/qt/network_dialog.py
       t@@ -224,8 +224,8 @@ class NetworkChoiceLayout(object):
                        self.checkpoint_value = _hash
                self.cph.editingFinished.connect(on_cph)
        
       -        msg =  ''.join([
       -            _("Electrum connects to several nodes in order to download block headers and find out the longest blockchain."), " "
       +        msg =  ' '.join([
       +            _("Electrum connects to several nodes in order to download block headers and find out the longest blockchain."),
                    _("This blockchain is used to verify the transactions sent by your transaction server.")
                ])
                grid.addWidget(QLabel(_('Status') + ':'), 0, 0)