mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Rename Electrum to LBRY Vault
This commit is contained in:
parent
0eb299f033
commit
d8ec6a3d84
1 changed files with 3 additions and 3 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Reference in a new issue