URI: 
       tshow tx before broadcast - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 94a5d26013c74601e3b4749df1bf92a5c8a2cd5b
   DIR parent eb4829f9c0c2f89c564f5d264c8ecadbda0af49a
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Thu, 28 Aug 2014 10:36:28 +0200
       
       show tx before broadcast
       
       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@@ -2635,7 +2635,7 @@ class ElectrumWindow(QMainWindow):
                usechange_cb.stateChanged.connect(on_usechange)
                widgets.append((usechange_cb, None, usechange_help))
        
       -        showtx_cb = QCheckBox(_('Show before broadcast'))
       +        showtx_cb = QCheckBox(_('Show transaction before broadcast'))
                showtx_cb.setChecked(self.config.get('show_before_broadcast', False))
                showtx_cb.stateChanged.connect(lambda x: self.config.set_key('show_before_broadcast', showtx_cb.isChecked()))
                showtx_help = HelpButton(_('Display the details of your transactions before broadcasting it.'))