Rename Electrum to LBRY Vault

This commit is contained in:
kodxana 2020-02-14 15:45:08 +01:00 committed by GitHub
parent 0eb299f033
commit d8ec6a3d84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
def __init__(self, config, app, plugins, storage):
BaseWizard.__init__(self, config, plugins, storage)
QDialog.__init__(self, None)
self.setWindowTitle('Electrum - ' + _('Install Wizard'))
self.setWindowTitle('LBRY Vault - ' + _('Install Wizard'))
self.app = app
self.config = config
# Set for base base class
@ -181,7 +181,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
hbox2.addWidget(self.pw_e)
hbox2.addStretch()
vbox.addLayout(hbox2)
self.set_layout(vbox, title=_('Electrum wallet'))
self.set_layout(vbox, title=_('LBRY Vault wallet'))
wallet_folder = os.path.dirname(self.storage.path)
@ -582,7 +582,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
return None
def init_network(self, network):
message = _("Electrum communicates with remote servers to get "
message = _("LBRY Vault communicates with remote servers to get "
"information about your transactions and addresses. The "
"servers all fulfill the same purpose only differing in "
"hardware. In most cases you simply want to let Electrum "