mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
Split text string
Splited text string to avoid needing to translate everything again in each language
This commit is contained in:
parent
9c016a94e2
commit
7e8461d386
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue