From 7e8461d3862296e487226fd05a1e6469a8fe200e Mon Sep 17 00:00:00 2001 From: rdymac <1rdymac@MacBook-Air-de-Randy.local> Date: Tue, 5 Nov 2013 13:45:07 +0100 Subject: [PATCH] Split text string Splited text string to avoid needing to translate everything again in each language --- plugins/pointofsale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pointofsale.py b/plugins/pointofsale.py index e7666d09..73f0bfb5 100644 --- 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