Change text on build tool print button

This commit is contained in:
Veronica K. B. Olsen
2021-02-06 18:31:37 +01:00
parent 74a9ddbe47
commit 5e40bd5deb
+1 -1
View File
@@ -382,7 +382,7 @@ class GuiBuildNovel(QDialog):
self.btnPrint = QPushButton("Print")
self.btnPrint.setMenu(self.printMenu)
self.printSend = QAction("Send to Printer", self)
self.printSend = QAction("Print Preview", self)
self.printSend.triggered.connect(self._printDocument)
self.printMenu.addAction(self.printSend)