mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
shortcut changed
This commit is contained in:
parent
ef3ae450f3
commit
c503a97c83
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue