diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-09 20:06:16 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-09 20:06:16 +0000 |
commit | e80b0c7dd5b03b9e289740037171dea69691e7df (patch) | |
tree | 3355c71dc6dc6c215e92a74bd312cfb5ece76868 /plugins | |
parent | 3044e7df901f556d6e3557e5eddbfa94be29bf67 (diff) |
spelling (thx RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@14090 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MessageState/src/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MessageState/src/global.h b/plugins/MessageState/src/global.h index 7855f73b5c..7a0ca5e446 100644 --- a/plugins/MessageState/src/global.h +++ b/plugins/MessageState/src/global.h @@ -5,8 +5,8 @@ static LIST<void> arMonitoredWindows(3, PtrKeySortT); static IconItem Icons[] =
{
- { LPGEN("Unreaded message icon"), "unread_icon", IDI_UNREAD },
- { LPGEN("Readed message icon"), "read_icon", IDI_READ },
+ { LPGEN("Unread message icon"), "unread_icon", IDI_UNREAD },
+ { LPGEN("Read message icon"), "read_icon", IDI_READ },
{ LPGEN("Failed sending icon"), "fail_icon", IDI_FAIL },
{ LPGEN("Sending message icon"), "nosent_icon", IDI_NOSENT }
};
|