URI: 
       tMerge pull request #2882 from bigreddmachine/master - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 3f8b5bfd9893d9e08c6e32de556ab8e7fc5449cc
   DIR parent ae37b1100d1ce04576a982ad17f6f935bb1625a8
  HTML 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:
         M gui/qt/installwizard.py             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
       t@@ -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.")