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