URI: 
       tchange button message - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 9a81f9585b73166cda13efd822b28c25745b2b40
   DIR parent bd016f84506a47f211e45891d8fc206e16643c28
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sat, 14 Mar 2015 14:19:12 +0100
       
       change button 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@@ -769,7 +769,7 @@ class ElectrumWindow(QMainWindow):
        
                self.zoom_button = QPushButton()
                self.zoom_button.setIcon(QIcon(":icons/zoom.png"))
       -        self.zoom_button.setToolTip(_("Large Invoice Window"))
       +        self.zoom_button.setToolTip(_("Show Invoice Window"))
                self.zoom_button.clicked.connect(lambda x: self.toggle_qr_window())
        
                grid.addWidget(self.copy_button, 5, 5)