From e80b0c7dd5b03b9e289740037171dea69691e7df Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Tue, 9 Jun 2015 20:06:16 +0000 Subject: spelling (thx RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@14090 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MessageState/src/global.h | 4 ++-- 1 file 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 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 } }; -- cgit v1.2.3