tshortcut changed - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit c503a97c83202340a2b891b19193a0ca10a328e6 DIR parent ef3ae450f316923c2cafb67a8bb989d8142dadc9 HTML Author: ecdsa <ecdsa@github> Date: Sun, 7 Apr 2013 22:09:40 +0200 shortcut changed Diffstat: M gui/gui_classic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/gui_classic.py b/gui/gui_classic.py t@@ -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)