URI: 
       timprove help text - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 6e33e2605ebcbc548e862a813612b550d76b49ee
   DIR parent 300c1040cdb3da5c3da6ac9f8af3627477f8f726
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun, 26 Apr 2015 13:31:39 +0200
       
       improve help text
       
       Diffstat:
         M gui/qt/paytoedit.py                 |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/gui/qt/paytoedit.py b/gui/qt/paytoedit.py
       t@@ -168,9 +168,9 @@ class PayToEdit(ScanQRTextEdit):
                self.setText("\n\n\n")
                self.update_size()
                msg = '\n'.join([
       -            _('Please enter a list of outputs.'),
       -            _('Format: address, amount.'),
       +            _('Enter a list of outputs in the \'Pay to\' field.'),
                    _('One output per line.'),
       +            _('Format: address, amount.'),
                    _('You may load a CSV file using the file icon.')
                ])
                QMessageBox.warning(self, _('Pay to many'), msg, _('OK'))