Merge pull request #364 from rdymac/split-text

Split text string
This commit is contained in:
ThomasV 2013-11-05 05:13:42 -08:00
commit 4bfbb6b6d3
1 changed files with 1 additions and 1 deletions

View 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