diff options
author | dartraiden <wowemuh@gmail.com> | 2019-03-26 15:37:43 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-03-26 15:37:43 +0300 |
commit | 6f58848b193d660bfb4e16e1fdae02deb07eae15 (patch) | |
tree | 65502f89194c97202bb06f3edd662d35fa922117 | |
parent | e7424b22cd63cfbd3be99790bd080acd431a4f3e (diff) |
Spelling correction
-rw-r--r-- | protocols/Discord/res/discord.rc | 2 | ||||
-rw-r--r-- | protocols/ICQ-WIM/src/main.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Discord/res/discord.rc b/protocols/Discord/res/discord.rc index 1b15d35f61..47156ab6c7 100644 --- a/protocols/Discord/res/discord.rc +++ b/protocols/Discord/res/discord.rc @@ -78,7 +78,7 @@ BEGIN CONTROL "Enable group chats",IDC_USECHANNELS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,105,248,10 CONTROL "Do not open chat windows on creation",IDC_HIDECHATS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,41,118,248,10 - CONTROL "Use subgroups for Server channels (requires restart)",IDC_USEGROUPS, + CONTROL "Use subgroups for server channels (requires restart)",IDC_USEGROUPS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,41,131,248,10 END diff --git a/protocols/ICQ-WIM/src/main.cpp b/protocols/ICQ-WIM/src/main.cpp index 5b5449eb8e..44422837ae 100644 --- a/protocols/ICQ-WIM/src/main.cpp +++ b/protocols/ICQ-WIM/src/main.cpp @@ -26,8 +26,8 @@ HWND g_hwndHeartbeat; IconItem iconList[] = { - { LPGEN("Email"), "icq_email", IDI_INBOX }, - { LPGEN("Email notification"), "icq_email_notif", IDI_MAIL_NOTIFY } + { LPGEN("E-mail"), "icq_email", IDI_INBOX }, + { LPGEN("E-mail notification"), "icq_email_notif", IDI_MAIL_NOTIFY } }; ///////////////////////////////////////////////////////////////////////////////////////// |