shortcut changed

This commit is contained in:
ecdsa 2013-04-07 22:09:40 +02:00
parent ef3ae450f3
commit c503a97c83
1 changed files with 1 additions and 1 deletions

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