mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Fix line break in translation
This commit is contained in:
parent
818d53fce2
commit
05672b84c9
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class InstallWizard(QDialog):
|
|||
|
||||
vbox = QVBoxLayout(self)
|
||||
if is_restore:
|
||||
msg = _("Please enter your wallet seed.\n" + ' ')
|
||||
msg = _("Please enter your wallet seed.") + "\n"
|
||||
msg += _("Your seed can be entered as a sequence of words, or as a hexadecimal string."+ ' \n')
|
||||
else:
|
||||
msg = _("Your seed is important!") \
|
||||
|
|
Loading…
Add table
Reference in a new issue