Browse Source

add help text

master
ThomasV 11 years ago
parent
commit
300c1040cd
  1. 3
      gui/qt/paytoedit.py

3
gui/qt/paytoedit.py

@ -170,7 +170,8 @@ class PayToEdit(ScanQRTextEdit):
msg = '\n'.join([ msg = '\n'.join([
_('Please enter a list of outputs.'), _('Please enter a list of outputs.'),
_('Format: address, amount.'), _('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')) QMessageBox.warning(self, _('Pay to many'), msg, _('OK'))

Loading…
Cancel
Save