ThomasV 9 years ago
parent
commit
95ad6a4321
  1. 2
      gui/qt/network_dialog.py

2
gui/qt/network_dialog.py

@ -225,7 +225,7 @@ class NetworkChoiceLayout(object):
self.cph.editingFinished.connect(on_cph) self.cph.editingFinished.connect(on_cph)
msg = ' '.join([ msg = ' '.join([
_("Electrum connects to several nodes in order to download block headers and find out the longest blockchain."), " " _("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.") _("This blockchain is used to verify the transactions sent by your transaction server.")
]) ])
grid.addWidget(QLabel(_('Status') + ':'), 0, 0) grid.addWidget(QLabel(_('Status') + ':'), 0, 0)

Loading…
Cancel
Save