From 94201aa8454ed8872dff5042b6cf8d7c9f5184bc Mon Sep 17 00:00:00 2001 From: kodxana Date: Tue, 18 Feb 2020 10:07:05 +0100 Subject: [PATCH] Update main_window.py --- electrum/gui/qt/main_window.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py index ef0a42534..2a5990efe 100644 --- a/electrum/gui/qt/main_window.py +++ b/electrum/gui/qt/main_window.py @@ -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):