From 7eb5753b7aa3bc1fec945a472c3d5f6d7e882e76 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 23 Aug 2023 22:35:54 +0300 Subject: Unify group chat color options name with single messaging options --- plugins/NewStory/src/fonts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NewStory') diff --git a/plugins/NewStory/src/fonts.cpp b/plugins/NewStory/src/fonts.cpp index 276f7638a8..0180ab6251 100644 --- a/plugins/NewStory/src/fonts.cpp +++ b/plugins/NewStory/src/fonts.cpp @@ -20,7 +20,7 @@ MyColourID g_colorTable[COLOR_COUNT] = { LPGEN("Selected item's background"), "ColorSel", GetSysColor(COLOR_HIGHLIGHT) }, { LPGEN("Selected item's frame"), "ColorSelFrm", GetSysColor(COLOR_HIGHLIGHTTEXT) }, - { LPGEN("Highlight"), "ColorHighlight", RGB(0xf0, 0xf0, 0xf0) }, + { LPGEN("Highlighted messages"), "ColorHighlight", RGB(0xf0, 0xf0, 0xf0) }, { LPGEN("Grid background"), "Background", RGB(0xff, 0xff, 0xff) }, { LPGEN("Separator"), "Separator", RGB(0x60, 0x60, 0x60) }, }; @@ -34,7 +34,7 @@ MyFontID g_fontTable[FONT_COUNT] = { LPGEN("Outgoing files"), "FontFileOut" }, { LPGEN("Status changes"), "FontStatus" }, - { LPGEN("Highlight"), "FontHighlight", DBFONTF_BOLD, RGB(0x7f, 0, 0) }, + { LPGEN("Highlighted messages"), "FontHighlight", DBFONTF_BOLD, RGB(0x7f, 0, 0) }, { LPGEN("Other incoming events"), "FontIn" }, { LPGEN("Other outgoing events"), "FontOut" }, -- cgit v1.2.3