mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
add help text
This commit is contained in:
parent
68c664c483
commit
300c1040cd
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ class PayToEdit(ScanQRTextEdit):
|
|||
msg = '\n'.join([
|
||||
_('Please enter a list of outputs.'),
|
||||
_('Format: address, amount.'),
|
||||
_('One output per line.')
|
||||
_('One output per line.'),
|
||||
_('You may load a CSV file using the file icon.')
|
||||
])
|
||||
QMessageBox.warning(self, _('Pay to many'), msg, _('OK'))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue