diff --git a/nw/gui/build.py b/nw/gui/build.py index bc820f16..7902996d 100644 --- a/nw/gui/build.py +++ b/nw/gui/build.py @@ -1114,8 +1114,8 @@ class GuiBuildNovelDocView(QTextBrowser): self.qDocument.setDocumentMargin(self.mainConf.getTextMargin()) self.setPlaceholderText( "This area will show the content of the document to be " - "exported or printed. Press the \"Build Novel Project\" " - "button to generate content." + "exported or printed. Press the \"Build Project\" button " + "to generate content." ) theFont = QFont()