From 1d9c4430f727eff558d74b2cd81fe3d4f8e6f19a Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 17 Dec 2020 18:50:37 +0100 Subject: [PATCH] Correct placeholder text in Build Novel Project tool --- nw/gui/build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()