diff options
-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 } }; ///////////////////////////////////////////////////////////////////////////////////////// |