mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
Fix \n new line text break
This commit is contained in:
parent
a31ad09cc7
commit
206279fcfb
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ class Plugin(BasePlugin):
|
|||
|
||||
|
||||
def __init__(self, gui):
|
||||
BasePlugin.__init__(self, gui, 'virtualkeyboard', 'Virtual Keyboard',
|
||||
_("Add an optional, mouse keyboard to the password dialog.\nWarning: do not use this if it makes you pick a weaker password."))
|
||||
BasePlugin.__init__(self, gui, 'virtualkeyboard', 'Virtual Keyboard', '%s\n%s' % (_("Add an optional, mouse keyboard to the password dialog."), _("Warning: do not use this if it makes you pick a weaker password.")))
|
||||
self.vkb = None
|
||||
self.vkb_index = 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue