From c503a97c83202340a2b891b19193a0ca10a328e6 Mon Sep 17 00:00:00 2001 From: ecdsa Date: Sun, 7 Apr 2013 22:09:40 +0200 Subject: [PATCH] shortcut changed --- gui/gui_classic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui_classic.py b/gui/gui_classic.py index 8fe9c11b5..901438ea3 100644 --- a/gui/gui_classic.py +++ b/gui/gui_classic.py @@ -682,7 +682,7 @@ class ElectrumWindow(QMainWindow): grid.addWidget(HelpButton( _('Amount to be sent.') + '\n\n' \ + _('The amount will be displayed in red if you do not have enough funds in your wallet. Note that if you have frozen some of your addresses, the available funds will be lower than your total balance.') \ - + '\n\n' + _('Keyboard shortcut: type "." to send all your coins.')), 3, 3) + + '\n\n' + _('Keyboard shortcut: type "!" to send all your coins.')), 3, 3) self.fee_e = AmountEdit(self.base_unit) grid.addWidget(QLabel(_('Fee')), 4, 0)