tfix wording - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 9700e6112b8e1e91bf089ffbdcd315efd69f5525
DIR parent daa8225ef08669089819f30af3d344651e6fdb34
HTML Author: ThomasV <thomasv@electrum.org>
Date: Tue, 7 Jul 2020 15:31:13 +0200
fix wording
Diffstat:
M electrum/gui/qt/settings_dialog.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/electrum/gui/qt/settings_dialog.py b/electrum/gui/qt/settings_dialog.py
t@@ -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)