From ba17188d609eff9a55e133fdfdab65fb9bbed465 Mon Sep 17 00:00:00 2001 From: thomasv Date: Sun, 15 Sep 2013 12:36:35 +0200 Subject: [PATCH] more help text --- gui/gui_classic/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui_classic/main_window.py b/gui/gui_classic/main_window.py index b75a7476..e02b7e54 100644 --- a/gui/gui_classic/main_window.py +++ b/gui/gui_classic/main_window.py @@ -1369,7 +1369,7 @@ class ElectrumWindow(QMainWindow): addr = self.wallet.new_account_address() vbox = QVBoxLayout() - vbox.addWidget(QLabel(_("To create a new account, please send coins to the first address of that account:"))) + vbox.addWidget(QLabel(_("Electrum considers that an account exists only if it contains bitcoins.") + '\n' + _("To create a new account, please send coins to the first address of that account:"))) e = QLineEdit(addr) e.setReadOnly(True) vbox.addWidget(e)