Update main_window.py

This commit is contained in:
kodxana 2020-02-18 10:07:05 +01:00 committed by GitHub
parent 39258cf967
commit 94201aa845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -699,13 +699,13 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
self.show_error(_('No donation address for this server'))
def show_about(self):
QMessageBox.about(self, "Electrum",
QMessageBox.about(self, "LBRY Vault",
(_("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 "
"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 "
"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).")))
def show_update_check(self, version=None):