Split text string
authorrdymac <1rdymac@MacBook-Air-de-Randy.local>
Tue, 5 Nov 2013 12:45:07 +0000 (13:45 +0100)
committerrdymac <1rdymac@MacBook-Air-de-Randy.local>
Tue, 5 Nov 2013 12:45:07 +0000 (13:45 +0100)
Splited text string to avoid needing to translate everything again in
each language

plugins/pointofsale.py

index e7666d0..73f0bfb 100644 (file)
@@ -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