URI: 
       tadd help text - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 300c1040cdb3da5c3da6ac9f8af3627477f8f726
   DIR parent 68c664c48316f6b00ae306b4b6e5ed8a112dc55d
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun, 26 Apr 2015 13:25:36 +0200
       
       add help text
       
       Diffstat:
         M gui/qt/paytoedit.py                 |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/paytoedit.py b/gui/qt/paytoedit.py
       t@@ -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'))