From 8f1ccc188cef46f9f6beb953c2078781a34852b8 Mon Sep 17 00:00:00 2001 From: Mike C Date: Sat, 16 Sep 2017 17:41:03 -0600 Subject: [PATCH] Edit install wizard msg to reflect linguistic trends In the install wizard message, the prompt uses the word "fulfil". While this is an acceptable spelling of the word, Google ngrams indicates that it is twice as common to spell the word with two l's at the end, aka "fulfill", in modern writing. This PR proposes to use the more common spelling. https://books.google.com/ngrams/graph?content=fulfill%2C+fulfil&year_start=1800&year_end=2000&corpus=15&smoothing=3&share=&direct_url=t1%3B%2Cfulfill%3B%2Cc0%3B.t1%3B%2Cfulfil%3B%2Cc0 --- gui/qt/installwizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index bd0f2aca..4e1b3f3a 100644 --- 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.")