[LyX/master] Amend d4ef3b0045d
Juergen Spitzmueller
spitz at lyx.org
Sat May 9 07:54:56 UTC 2026
commit f04d4d7894a6e85a2e50066ddbd8efff9d611685
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Sat May 9 09:54:14 2026 +0200
Amend d4ef3b0045d
Forgot to give foreground_inverted a dedicated GUI string
---
src/Color.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Color.cpp b/src/Color.cpp
index 6744221f5c..36629c015b 100644
--- a/src/Color.cpp
+++ b/src/Color.cpp
@@ -263,7 +263,7 @@ ColorSet::ColorSet()
{ Color_cursor, N_("cursor"), "cursor", black, Linen, "cursor" },
{ Color_background, N_("background"), "background", Linen, black, "background" },
{ Color_foreground, N_("text"), "foreground", black, Linen, "foreground" },
- { Color_foreground_inverted, N_("text"), "foreground_inverted", Linen, black, "foreground_inverted" },
+ { Color_foreground_inverted, N_("text (inverted background)"), "foreground_inverted", Linen, black, "foreground_inverted" },
{ Color_selection, N_("selection"), "selection", "#add8e6", "#add8e6", "selection" },
{ Color_selectionmath, N_("selected math"), "selectionmath", "#00008B", "#00008B", "selectionmath" },
{ Color_selectiontext, N_("selected text"), "selectiontext", black, black, "selectiontext" },
More information about the lyx-cvs
mailing list