URI: 
       timprove message - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2a51914c31b8696b51198663f02e269517fb710f
   DIR parent 3965176295364f0af444525206afb49ef983ab36
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri,  2 Mar 2018 17:33:41 +0100
       
       improve message
       
       Diffstat:
         M gui/qt/main_window.py               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -3172,7 +3172,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
                    self.wallet.save_transactions(write=True)
                    # need to update at least: history_list, utxo_list, address_list
                    self.need_update.set()
       -            self.msg_box(QPixmap(":icons/offline_tx.png"), None, _('Success'), _("Transaction saved successfully"))
       +            self.msg_box(QPixmap(":icons/offline_tx.png"), None, _('Success'), _("Transaction added to wallet history"))
                    return True