From 95c904dc7f3fd5d75c6c4c683b5c2377e6321b70 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Sat, 5 Mar 2016 07:49:47 +0000 Subject: VKontakte: correct spelling git-svn-id: http://svn.miranda-ng.org/main/trunk@16427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') 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")); -- cgit v1.2.3