This commit is contained in:
ThomasV 2017-03-24 09:39:57 +01:00
parent e38d19d210
commit 95ad6a4321
1 changed files with 2 additions and 2 deletions

View File

@ -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)