diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-03-05 19:32:18 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-03-05 19:32:18 +0000 |
commit | bf1ad652a38a0a319199ed12296c8d09bcb099dd (patch) | |
tree | 4b298dbdd0e139724d32f3509081153ae84ee138 /protocols/VKontakte/src/vk_proto.cpp | |
parent | 6935e3971ffbd5e2fa094e396bdf6cba0c0fbabe (diff) |
spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@12336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk_proto.cpp')
-rw-r--r-- | protocols/VKontakte/src/vk_proto.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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);
|