summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/MessageState/src/global.h4
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 }
};