mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Update main_window.py
This commit is contained in:
parent
39258cf967
commit
94201aa845
1 changed files with 3 additions and 3 deletions
|
@ -699,13 +699,13 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
||||||
self.show_error(_('No donation address for this server'))
|
self.show_error(_('No donation address for this server'))
|
||||||
|
|
||||||
def show_about(self):
|
def show_about(self):
|
||||||
QMessageBox.about(self, "Electrum",
|
QMessageBox.about(self, "LBRY Vault",
|
||||||
(_("Version")+" %s" % ELECTRUM_VERSION + "\n\n" +
|
(_("Version")+" %s" % ELECTRUM_VERSION + "\n\n" +
|
||||||
_("Electrum's focus is speed, with low resource usage and simplifying Bitcoin.") + " " +
|
_("LBRY Vault's focus is speed, with low resource usage and simplifying LBRY Credits.") + " " +
|
||||||
_("You do not need to perform regular backups, because your wallet can be "
|
_("You do not need to perform regular backups, because your wallet can be "
|
||||||
"recovered from a secret phrase that you can memorize or write on paper.") + " " +
|
"recovered from a secret phrase that you can memorize or write on paper.") + " " +
|
||||||
_("Startup times are instant because it operates in conjunction with high-performance "
|
_("Startup times are instant because it operates in conjunction with high-performance "
|
||||||
"servers that handle the most complicated parts of the Bitcoin system.") + "\n\n" +
|
"servers that handle the most complicated parts of the LBRY system.") + "\n\n" +
|
||||||
_("Uses icons from the Icons8 icon pack (icons8.com).")))
|
_("Uses icons from the Icons8 icon pack (icons8.com).")))
|
||||||
|
|
||||||
def show_update_check(self, version=None):
|
def show_update_check(self, version=None):
|
||||||
|
|
Loading…
Add table
Reference in a new issue