From b363d81fc1a4c74c678a5d02898ac5c8b239774f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 11 Sep 2013 18:45:34 +0200 Subject: [PATCH] add help button to network dialog --- gui/gui_classic/network_dialog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/gui_classic/network_dialog.py b/gui/gui_classic/network_dialog.py index 2d02dd316..cade6c8d1 100644 --- a/gui/gui_classic/network_dialog.py +++ b/gui/gui_classic/network_dialog.py @@ -75,6 +75,7 @@ class NetworkDialog(QDialog): hbox.addWidget(l) hbox.addWidget(QLabel(status)) hbox.addStretch(50) + hbox.addWidget(HelpButton(_("As of version 1.9, 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."))) vbox.addLayout(hbox) # grid layout