From 5a177e500e4181813e709f787af59f3fabfa3ab3 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:50:12 +0200 Subject: [PATCH] Update the help text for theme selections in Preferences --- novelwriter/dialogs/preferences.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/novelwriter/dialogs/preferences.py b/novelwriter/dialogs/preferences.py index 23620cef..e7155bfd 100644 --- a/novelwriter/dialogs/preferences.py +++ b/novelwriter/dialogs/preferences.py @@ -180,11 +180,11 @@ class GuiPreferences(NDialog): self.mainForm.addRow( self.tr("Light colour theme"), self.lightTheme, - self.tr("User interface colour theme."), stretch=(3, 2) + self.tr("You can change theme mode from the sidebar."), stretch=(3, 2) ) self.mainForm.addRow( self.tr("Dark colour theme"), self.darkTheme, - self.tr("User interface colour theme."), stretch=(3, 2) + self.tr("You can change theme mode from the sidebar."), stretch=(3, 2) ) # Icon Theme