diff options
author | dartraiden <wowemuh@gmail.com> | 2022-08-04 18:57:41 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-08-04 18:58:12 +0300 |
commit | 004dbc99a957f78467d9e9060e797b05347052bb (patch) | |
tree | b05a9ac085f5180a773eb7deac56d1101f52990b /plugins/TabSRMM | |
parent | a42d4c8b9be7f80a75351944f8b2f325cfbee7db (diff) |
Spelling correction
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/chat_options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp index 62e0ef2e88..ebf57f6824 100644 --- a/plugins/TabSRMM/src/chat_options.cpp +++ b/plugins/TabSRMM/src/chat_options.cpp @@ -197,7 +197,7 @@ static IconItem _logicons[] = { LPGEN("Quit (10x10)"), "chat_log_quit", IDI_QUIT },
{ LPGEN("Kick (10x10)"), "chat_log_kick", IDI_KICK },
{ LPGEN("Notice (10x10)"), "chat_log_notice", IDI_NOTICE },
- { LPGEN("Nickchange (10x10)"), "chat_log_nick", IDI_NICK },
+ { LPGEN("Nick change (10x10)"), "chat_log_nick", IDI_NICK },
{ LPGEN("Topic (10x10)"), "chat_log_topic", IDI_TOPIC },
{ LPGEN("Highlight (10x10)"), "chat_log_highlight", IDI_HIGHLIGHT },
{ LPGEN("Information (10x10)"), "chat_log_info", IDI_INFO }
|