status+="\n"+_("Disconnected from history server")
status+="\n"+_("Disconnected from server")
else:
importrandom
@ -73,7 +73,10 @@ class NetworkDialog(QDialog):
hbox.addWidget(l)
hbox.addWidget(QLabel(status))
hbox.addStretch(50)
hbox.addWidget(HelpButton(_("Electrum connects to several servers in order to download block headers and find out the longest blockchain. However, your wallet addresses are sent to a single server, in order to receive your transaction history.")))
msg=_("Electrum sends your wallet addresses to a single server, in order to receive your transaction history.")+"\n\n" \
+_("In addition, Electrum connects to several nodes in order to download block headers and find out the longest blockchain.")+"" \
+_("This blockchain is used to verify your transactions.")