Correct placeholder text in Build Novel Project tool
This commit is contained in:
+2
-2
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user