|
@ -489,7 +489,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard): |
|
|
def init_network(self, network): |
|
|
def init_network(self, network): |
|
|
message = _("Electrum communicates with remote servers to get " |
|
|
message = _("Electrum communicates with remote servers to get " |
|
|
"information about your transactions and addresses. The " |
|
|
"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 " |
|
|
"hardware. In most cases you simply want to let Electrum " |
|
|
"pick one at random. However if you prefer feel free to " |
|
|
"pick one at random. However if you prefer feel free to " |
|
|
"select a server manually.") |
|
|
"select a server manually.") |
|
|