tMerge branch 'master' of git://github.com/spesmilo/electrum - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 75cac668761503ed2b2aecccb1ff5d98dad441e8 DIR parent b1472ba1a7aea0817dd445d9906046cad2f12b63 HTML Author: ThomasV <thomasv@gitorious> Date: Tue, 5 Nov 2013 18:56:13 +0100 Merge branch 'master' of git://github.com/spesmilo/electrum Diffstat: M plugins/pointofsale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/plugins/pointofsale.py b/plugins/pointofsale.py t@@ -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