mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
add help text for csv
This commit is contained in:
parent
f30fedc591
commit
4eb1eb3677
1 changed files with 2 additions and 1 deletions
|
@ -1750,7 +1750,8 @@ class ElectrumWindow(QMainWindow):
|
||||||
return
|
return
|
||||||
|
|
||||||
def do_process_from_csv_text(self):
|
def do_process_from_csv_text(self):
|
||||||
text = text_dialog(self, _('Input CSV'), _("CSV:"), _("Load CSV"))
|
text = text_dialog(self, _('Input CSV'), _("Please enter a list of outputs.") + '\n' \
|
||||||
|
+ _("Format: address, amount. One output per line"), _("Load CSV"))
|
||||||
if not text:
|
if not text:
|
||||||
return
|
return
|
||||||
f = StringIO.StringIO(text)
|
f = StringIO.StringIO(text)
|
||||||
|
|
Loading…
Add table
Reference in a new issue