shortcut changed
authorecdsa <ecdsa@github>
Sun, 7 Apr 2013 20:09:40 +0000 (22:09 +0200)
committerecdsa <ecdsa@github>
Sun, 7 Apr 2013 20:09:40 +0000 (22:09 +0200)
gui/gui_classic.py

index 8fe9c11..901438e 100644 (file)
@@ -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)