Update the help text for theme selections in Preferences

This commit is contained in:
Veronica Berglyd Olsen
2025-06-18 20:50:12 +02:00
parent 03dcb63cf6
commit 5a177e500e
+2 -2
View File
@@ -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