electrum

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

commit 75cac668761503ed2b2aecccb1ff5d98dad441e8
parent b1472ba1a7aea0817dd445d9906046cad2f12b63
Author: ThomasV <thomasv@gitorious>
Date:   Tue,  5 Nov 2013 18:56:13 +0100

Merge branch 'master' of git://github.com/spesmilo/electrum

Diffstat:
Mplugins/pointofsale.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/pointofsale.py b/plugins/pointofsale.py @@ -98,7 +98,7 @@ class Plugin(BasePlugin): return 'Point of Sale' def description(self): - return _('Show QR code window and amounts requested for each address. Add menu item to request amount. Note: This requires the exchange rate plugin to be installed.') + return _('Show QR code window and amounts requested for each address. Add menu item to request amount.')+_(' Note: This requires the exchange rate plugin to be installed.') def init(self): self.window = self.gui.main_window