electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 9700e6112b8e1e91bf089ffbdcd315efd69f5525
parent daa8225ef08669089819f30af3d344651e6fdb34
Author: ThomasV <thomasv@electrum.org>
Date:   Tue,  7 Jul 2020 15:31:13 +0200

fix wording

Diffstat:
Melectrum/gui/qt/settings_dialog.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum/gui/qt/settings_dialog.py b/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)