URI: 
       tQt: (minor) clean up "about" message - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2b93593e3fe278f62d4e1625437153813dde76ed
   DIR parent 1279b6e94c332266656e61e9bd50c9c5004588a4
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed, 27 Jun 2018 22:03:13 +0200
       
       Qt: (minor) clean up "about" message
       
       Diffstat:
         M gui/qt/main_window.py               |      10 +++++++---
       
       1 file changed, 7 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -562,9 +562,13 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
        
            def show_about(self):
                QMessageBox.about(self, "Electrum",
       -            _("Version")+" %s" % (self.wallet.electrum_version) + "\n\n" +
       -                _("Electrum's focus is speed, with low resource usage and simplifying Bitcoin. 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" +
       -                _("Uses icons from the Icons8 icon pack (icons8.com).")))
       +                          (_("Version")+" %s" % self.wallet.electrum_version + "\n\n" +
       +                           _("Electrum's focus is speed, with low resource usage and simplifying Bitcoin.") + " " +
       +                           _("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" +
       +                           _("Uses icons from the Icons8 icon pack (icons8.com).")))
        
            def show_report_bug(self):
                msg = ' '.join([