diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 85f024240..30b1127c6 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -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)