mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 02:05:19 +00:00
Tweak tooltip
This commit is contained in:
parent
bb3de0eb63
commit
6b9d12e369
1 changed files with 2 additions and 1 deletions
|
@ -2805,7 +2805,8 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
||||||
multiple_cb = QCheckBox(_('Use multiple change addresses'))
|
multiple_cb = QCheckBox(_('Use multiple change addresses'))
|
||||||
multiple_cb.setEnabled(self.wallet.use_change)
|
multiple_cb.setEnabled(self.wallet.use_change)
|
||||||
multiple_cb.setToolTip('\n'.join([
|
multiple_cb.setToolTip('\n'.join([
|
||||||
_('In some cases, use up to 3 change addresses in order to obfuscate the recipient address.'),
|
_('In some cases, use up to 3 change addresses in order to break '
|
||||||
|
'up large coin amounts and obfuscate the recipient address.'),
|
||||||
_('This may result in higher transactions fees.')
|
_('This may result in higher transactions fees.')
|
||||||
]))
|
]))
|
||||||
multiple_cb.setChecked(multiple_change)
|
multiple_cb.setChecked(multiple_change)
|
||||||
|
|
Loading…
Add table
Reference in a new issue