From 19cbe609a43315a86ddcd87d6eaca32ee4ce2824 Mon Sep 17 00:00:00 2001 From: ecdsa Date: Fri, 5 Apr 2013 04:57:06 +0200 Subject: [PATCH] better help text --- gui/gui_classic.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/gui/gui_classic.py b/gui/gui_classic.py index cc7d27c..88bba7f 100644 --- a/gui/gui_classic.py +++ b/gui/gui_classic.py @@ -1914,7 +1914,10 @@ class ElectrumWindow(QMainWindow): expert_cb = QCheckBox(_('Expert mode')) expert_cb.setChecked(self.expert_mode) grid_ui.addWidget(expert_cb, 3, 0) - hh = _('Show address balances and add extra menu items to freeze/prioritize addresses.') + hh = _('In expert mode, your client will:') + '\n' \ + + _(' - Show change addresses in the Receive tab') + '\n' \ + + _(' - Display the balance of each address') + '\n' \ + + _(' - Add freeze/prioritize actions to addresses.') grid_ui.addWidget(HelpButton(hh), 3, 2) grid_ui.setRowStretch(4,1) -- 1.7.1