electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 300c1040cdb3da5c3da6ac9f8af3627477f8f726
parent 68c664c48316f6b00ae306b4b6e5ed8a112dc55d
Author: ThomasV <thomasv@gitorious>
Date:   Sun, 26 Apr 2015 13:25:36 +0200

add help text

Diffstat:
Mgui/qt/paytoedit.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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'))