From a2254512f76c0058e17b63d2457585d45775ae79 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:03:21 +0200 Subject: [PATCH] Fix minor issue with translation string --- i18n/nw_base.ts | 18 +++++++++--------- novelwriter/tools/manuscript.py | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/i18n/nw_base.ts b/i18n/nw_base.ts index 6db13f00e..6ff40f90c 100644 --- a/i18n/nw_base.ts +++ b/i18n/nw_base.ts @@ -4500,17 +4500,17 @@ - + Name - + Selection - + Title @@ -4653,27 +4653,27 @@ _PreviewWidget - - Press the "Build Preview" button to generate ... + + Press the "Preview" button to generate ... - + Processing ... - + Done - + Unknown - + Built diff --git a/novelwriter/tools/manuscript.py b/novelwriter/tools/manuscript.py index b0163806a..3a8e2f914 100644 --- a/novelwriter/tools/manuscript.py +++ b/novelwriter/tools/manuscript.py @@ -655,7 +655,7 @@ def __init__(self, parent: QWidget) -> None: self.document().setDocumentMargin(CONFIG.getTextMargin()) self.setPlaceholderText(self.tr( - "Press the \"Build Preview\" button to generate ..." + "Press the \"Preview\" button to generate ..." )) self.setVerticalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAlwaysOn)