diff options
-rw-r--r-- | plugins/TabSRMM/src/chat_options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp index 7cd01aa80e..1589567f34 100644 --- a/plugins/TabSRMM/src/chat_options.cpp +++ b/plugins/TabSRMM/src/chat_options.cpp @@ -233,8 +233,8 @@ static wchar_t *chatcolorsnames[] = LPGENW("Channel operators"),
LPGENW("Extended mode 1"),
LPGENW("Extended mode 2"),
- LPGENW("Selection background"),
- LPGENW("Selected text"),
+ LPGENW("Selected nicklist background"),
+ LPGENW("Selected nicklist text"),
LPGENW("Incremental search highlight")
};
|