qt: remove potentially confusing reference to 'install wizard' in trezor, keepkey, safe_t hww settings dialogs
This commit is contained in:
@@ -414,14 +414,14 @@ class SettingsDialog(WindowModalDialog):
|
|||||||
msg = _("After disabling passphrases, you can only pair this "
|
msg = _("After disabling passphrases, you can only pair this "
|
||||||
"Electrum wallet if it had an empty passphrase. "
|
"Electrum wallet if it had an empty passphrase. "
|
||||||
"If its passphrase was not empty, you will need to "
|
"If its passphrase was not empty, you will need to "
|
||||||
"create a new wallet with the install wizard. You "
|
"create a new wallet. You can use this wallet again "
|
||||||
"can use this wallet again at any time by re-enabling "
|
"at any time by re-enabling passphrases and entering "
|
||||||
"passphrases and entering its passphrase.")
|
"its passphrase.")
|
||||||
else:
|
else:
|
||||||
msg = _("Your current Electrum wallet can only be used with "
|
msg = _("Your current Electrum wallet can only be used with "
|
||||||
"an empty passphrase. You must create a separate "
|
"an empty passphrase. You must create a separate "
|
||||||
"wallet with the install wizard for other passphrases "
|
"wallet for other passphrases as each one generates "
|
||||||
"as each one generates a new set of addresses.")
|
"a new set of addresses.")
|
||||||
msg += "\n\n" + _("Are you sure you want to proceed?")
|
msg += "\n\n" + _("Are you sure you want to proceed?")
|
||||||
if not self.question(msg, title=title):
|
if not self.question(msg, title=title):
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -292,14 +292,14 @@ class SettingsDialog(WindowModalDialog):
|
|||||||
msg = _("After disabling passphrases, you can only pair this "
|
msg = _("After disabling passphrases, you can only pair this "
|
||||||
"Electrum wallet if it had an empty passphrase. "
|
"Electrum wallet if it had an empty passphrase. "
|
||||||
"If its passphrase was not empty, you will need to "
|
"If its passphrase was not empty, you will need to "
|
||||||
"create a new wallet with the install wizard. You "
|
"create a new wallet. You can use this wallet again "
|
||||||
"can use this wallet again at any time by re-enabling "
|
"at any time by re-enabling passphrases and entering "
|
||||||
"passphrases and entering its passphrase.")
|
"its passphrase.")
|
||||||
else:
|
else:
|
||||||
msg = _("Your current Electrum wallet can only be used with "
|
msg = _("Your current Electrum wallet can only be used with "
|
||||||
"an empty passphrase. You must create a separate "
|
"an empty passphrase. You must create a separate "
|
||||||
"wallet with the install wizard for other passphrases "
|
"wallet for other passphrases as each one generates "
|
||||||
"as each one generates a new set of addresses.")
|
"a new set of addresses.")
|
||||||
msg += "\n\n" + _("Are you sure you want to proceed?")
|
msg += "\n\n" + _("Are you sure you want to proceed?")
|
||||||
if not self.question(msg, title=title):
|
if not self.question(msg, title=title):
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -553,14 +553,14 @@ class SettingsDialog(WindowModalDialog):
|
|||||||
msg = _("After disabling passphrases, you can only pair this "
|
msg = _("After disabling passphrases, you can only pair this "
|
||||||
"Electrum wallet if it had an empty passphrase. "
|
"Electrum wallet if it had an empty passphrase. "
|
||||||
"If its passphrase was not empty, you will need to "
|
"If its passphrase was not empty, you will need to "
|
||||||
"create a new wallet with the install wizard. You "
|
"create a new wallet. You can use this wallet again "
|
||||||
"can use this wallet again at any time by re-enabling "
|
"at any time by re-enabling passphrases and entering "
|
||||||
"passphrases and entering its passphrase.")
|
"its passphrase.")
|
||||||
else:
|
else:
|
||||||
msg = _("Your current Electrum wallet can only be used with "
|
msg = _("Your current Electrum wallet can only be used with "
|
||||||
"an empty passphrase. You must create a separate "
|
"an empty passphrase. You must create a separate "
|
||||||
"wallet with the install wizard for other passphrases "
|
"wallet for other passphrases as each one generates "
|
||||||
"as each one generates a new set of addresses.")
|
"a new set of addresses.")
|
||||||
msg += "\n\n" + _("Are you sure you want to proceed?")
|
msg += "\n\n" + _("Are you sure you want to proceed?")
|
||||||
if not self.question(msg, title=title):
|
if not self.question(msg, title=title):
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user