From 300c1040cdb3da5c3da6ac9f8af3627477f8f726 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 26 Apr 2015 13:25:36 +0200 Subject: [PATCH] add help text --- gui/qt/paytoedit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/qt/paytoedit.py b/gui/qt/paytoedit.py index b71aedfa5..3f8e0ed97 100644 --- a/gui/qt/paytoedit.py +++ b/gui/qt/paytoedit.py @@ -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'))