Merge branch 'master' of git://github.com/spesmilo/electrum
This commit is contained in:
@@ -98,7 +98,7 @@ class Plugin(BasePlugin):
|
|||||||
return 'Point of Sale'
|
return 'Point of Sale'
|
||||||
|
|
||||||
def description(self):
|
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):
|
def init(self):
|
||||||
self.window = self.gui.main_window
|
self.window = self.gui.main_window
|
||||||
|
|||||||
Reference in New Issue
Block a user