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 /protocols/ICQ-WIM/src/main.cpp | |
parent | e7424b22cd63cfbd3be99790bd080acd431a4f3e (diff) |
Spelling correction
Diffstat (limited to 'protocols/ICQ-WIM/src/main.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 } }; ///////////////////////////////////////////////////////////////////////////////////////// |