diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-03-05 07:49:47 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-03-05 07:49:47 +0000 |
commit | 95c904dc7f3fd5d75c6c4c683b5c2377e6321b70 (patch) | |
tree | 05f8976f916d27ae6fdd2f0c9602212136b712a6 /protocols/VKontakte/src/vk_history.cpp | |
parent | ec17314ca58710c2742b65c92942d8961b58af06 (diff) |
VKontakte: correct spelling
git-svn-id: http://svn.miranda-ng.org/main/trunk@16427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk_history.cpp')
-rw-r--r-- | protocols/VKontakte/src/vk_history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_history.cpp b/protocols/VKontakte/src/vk_history.cpp index 51481c66c0..4e9264fa30 100644 --- a/protocols/VKontakte/src/vk_history.cpp +++ b/protocols/VKontakte/src/vk_history.cpp @@ -170,7 +170,7 @@ void CVkProto::OnReceiveHistoryMessages(NETLIBHTTPREQUEST *reply, AsyncHttpReque if (m_iLoadHistoryTask > 0)
m_iLoadHistoryTask--;
debugLog(_T("CVkProto::OnReceiveHistoryMessages error m_iLoadHistoryTask=%d"), m_iLoadHistoryTask);
- MsgPopup(NULL, TranslateT("Error loading history message from server"), TranslateT("Error"), true);
+ MsgPopup(NULL, TranslateT("Error loading message history from server"), TranslateT("Error"), true);
if (m_iLoadHistoryTask == 0 && m_bNotifyForEndLoadingHistoryAllContact) {
MsgPopup(NULL, TranslateT("Loading messages for all contacts is completed"), TranslateT("Loading history"));
|