Correct placeholder text in Build Novel Project tool

This commit is contained in:
Veronica K. B. Olsen
2020-12-17 18:50:37 +01:00
parent 0e8cb1059f
commit 1d9c4430f7
+2 -2
View File
@@ -1114,8 +1114,8 @@ class GuiBuildNovelDocView(QTextBrowser):
self.qDocument.setDocumentMargin(self.mainConf.getTextMargin()) self.qDocument.setDocumentMargin(self.mainConf.getTextMargin())
self.setPlaceholderText( self.setPlaceholderText(
"This area will show the content of the document to be " "This area will show the content of the document to be "
"exported or printed. Press the \"Build Novel Project\" " "exported or printed. Press the \"Build Project\" button "
"button to generate content." "to generate content."
) )
theFont = QFont() theFont = QFont()