electrum

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

commit 3f8b5bfd9893d9e08c6e32de556ab8e7fc5449cc
parent ae37b1100d1ce04576a982ad17f6f935bb1625a8
Author: ThomasV <thomasv@electrum.org>
Date:   Sun, 17 Sep 2017 07:19:22 +0200

Merge pull request #2882 from bigreddmachine/master

Edit install wizard msg to reflect linguistic trends
Diffstat:
Mgui/qt/installwizard.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py @@ -489,7 +489,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard): def init_network(self, network): message = _("Electrum communicates with remote servers to get " "information about your transactions and addresses. The " - "servers all fulfil the same purpose only differing in " + "servers all fulfill the same purpose only differing in " "hardware. In most cases you simply want to let Electrum " "pick one at random. However if you prefer feel free to " "select a server manually.")