From 5fb45f7647a3855898fc287315dbb55755a5071c Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 18 May 2025 22:51:17 +0200 Subject: [PATCH] Rename notes to manuscript notes --- novelwriter/core/buildsettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novelwriter/core/buildsettings.py b/novelwriter/core/buildsettings.py index 0972dd71..6129de05 100644 --- a/novelwriter/core/buildsettings.py +++ b/novelwriter/core/buildsettings.py @@ -147,7 +147,7 @@ SETTINGS_LABELS = { "text.includeSynopsis": QT_TRANSLATE_NOOP("Builds", "Include Synopsis"), "text.includeComments": QT_TRANSLATE_NOOP("Builds", "Include Comments"), "text.includeStory": QT_TRANSLATE_NOOP("Builds", "Include Story Structure"), - "text.includeNotes": QT_TRANSLATE_NOOP("Builds", "Include Notes"), + "text.includeNotes": QT_TRANSLATE_NOOP("Builds", "Include Manuscript Notes"), "text.includeKeywords": QT_TRANSLATE_NOOP("Builds", "Include Keywords"), "text.includeBodyText": QT_TRANSLATE_NOOP("Builds", "Include Body Text"), "text.ignoredKeywords": QT_TRANSLATE_NOOP("Builds", "Ignore These Keywords"),