Browse Source

shortcut changed

283
ecdsa 12 years ago
parent
commit
c503a97c83
  1. 2
      gui/gui_classic.py

2
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)

Loading…
Cancel
Save