Merge pull request #10289 from f321x/red_amount_warning
qt: remove outdated help string in SendTab
This commit is contained in:
@@ -111,7 +111,6 @@ class SendTab(QWidget, MessageBoxMixin, Logger):
|
||||
|
||||
msg = (_('The amount to be received by the recipient.') + ' '
|
||||
+ _('Fees are paid by the sender.') + '\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.'))
|
||||
amount_label = HelpLabel(_('Amount'), msg)
|
||||
|
||||
Reference in New Issue
Block a user