From bf1ad652a38a0a319199ed12296c8d09bcb099dd Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 5 Mar 2015 19:32:18 +0000 Subject: spelling correction git-svn-id: http://svn.miranda-ng.org/main/trunk@12336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_proto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/VKontakte/src/vk_proto.cpp') diff --git a/protocols/VKontakte/src/vk_proto.cpp b/protocols/VKontakte/src/vk_proto.cpp index dbfc7d026e..00d793c473 100644 --- a/protocols/VKontakte/src/vk_proto.cpp +++ b/protocols/VKontakte/src/vk_proto.cpp @@ -205,7 +205,7 @@ void CVkProto::InitMenus() mi.pszService = szService; mi.position = 10009 + PMI_WALLPOST; mi.icolibItem = Skin_GetIconByHandle(GetIconHandle(IDI_WALL)); - mi.pszName = LPGEN("Sent message to my wall"); + mi.pszName = LPGEN("Send message to my wall"); g_hProtoMenuItems[PMI_WALLPOST] = Menu_AddProtoMenuItem(&mi); mir_snprintf(szService, SIZEOF(szService), "%s%s", m_szModuleName, PS_LOADVKNEWS); @@ -233,7 +233,7 @@ void CVkProto::InitMenus() mir_snprintf(szService, SIZEOF(szService), "%s%s", m_szModuleName, PS_WALLPOST); mi.position = -200001000 + CMI_WALLPOST; mi.icolibItem = Skin_GetIconByHandle(GetIconHandle(IDI_WALL)); - mi.ptszName = LPGENT("Sent message to user\'s wall"); + mi.ptszName = LPGENT("Send message to user\'s wall"); mi.pszService = szService; g_hContactMenuItems[CMI_WALLPOST] = Menu_AddContactMenuItem(&mi); -- cgit v1.2.3