Browse Source

fix wording

bip39-recovery
ThomasV 5 years ago
parent
commit
9700e6112b
  1. 2
      electrum/gui/qt/settings_dialog.py

2
electrum/gui/qt/settings_dialog.py

@ -141,7 +141,7 @@ open. For this to work, your computer needs to be online regularly.""")
lightning_widgets.append((local_wt_cb, None))
help_persist = _("""If this option is checked, Electrum will persist after
you close all your wallet windows, and the Electrum icon will be visible in the toolbar.
you close all your wallet windows, and the Electrum icon will be visible in the taskbar.
Use this if you want your local watchtower to keep running after you close your wallet.""")
persist_cb = QCheckBox(_("Persist after all windows are closed"))
persist_cb.setToolTip(help_persist)

Loading…
Cancel
Save