diff options
author | dartraiden <wowemuh@gmail.com> | 2020-12-30 23:00:06 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-12-30 23:00:06 +0300 |
commit | 7ac843bf6b7ea419e4a0fcb7a36f0b5377383c44 (patch) | |
tree | bab1e3cfc58401dadc8d97a563be7a79a8a77c52 /plugins | |
parent | 4beac12df7c8bda000f1f4177c7a7c0686f9bf4c (diff) |
Spelling correction
Diffstat (limited to 'plugins')
-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 1589567f34..6ae63a592d 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("Selected nicklist background"),
- LPGENW("Selected nicklist text"),
+ LPGENW("Selected nick list background"),
+ LPGENW("Selected nick list text"),
LPGENW("Incremental search highlight")
};
|