From 6afd5a9421cc17b373660dffcdffafa23fb9982f Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 23 Dec 2013 19:52:23 +0000 Subject: spelling corrections langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@7359 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_commands.cpp | 2 +- protocols/MSN/src/msn_p2p.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/MSN') diff --git a/protocols/MSN/src/msn_commands.cpp b/protocols/MSN/src/msn_commands.cpp index 4821dd4c67..7254276101 100644 --- a/protocols/MSN/src/msn_commands.cpp +++ b/protocols/MSN/src/msn_commands.cpp @@ -123,7 +123,7 @@ void CMsnProto::sttInviteMessage(ThreadData* info, char* msgBody, char* email, c if (!strcmp(AppGUID, "{02D3C01F-BF30-4825-A83A-DE7AF41648AA}")) { MSN_ShowPopup(info->getContactHandle(), - TranslateT("Contact tried to open an audio conference (currently not supported)"), + TranslateT("Contact tried to open an audio conference (not currently supported)"), MSN_ALLOW_MSGBOX); return; } diff --git a/protocols/MSN/src/msn_p2p.cpp b/protocols/MSN/src/msn_p2p.cpp index bfc5fc0d96..43857f7483 100644 --- a/protocols/MSN/src/msn_p2p.cpp +++ b/protocols/MSN/src/msn_p2p.cpp @@ -1336,12 +1336,12 @@ void CMsnProto::p2p_InitFileTransfer( case MSN_APPID_WEBCAM: if (!_stricmp(szEufGuid, "{4BD96FC0-AB17-4425-A14A-439185962DC8}")) { MSN_ShowPopup(ft->std.hContact, - TranslateT("Contact tried to send its webcam data (currently not supported)"), + TranslateT("Contact tried to send its webcam data (not currently supported)"), MSN_ALLOW_MSGBOX | MSN_SHOW_ERROR); } if (!_stricmp(szEufGuid, "{1C9AA97E-9C05-4583-A3BD-908A196F1E92}")) { MSN_ShowPopup(ft->std.hContact, - TranslateT("Contact tried to view our webcam data (currently not supported)"), + TranslateT("Contact tried to view our webcam data (not currently supported)"), MSN_ALLOW_MSGBOX | MSN_SHOW_ERROR); } p2p_sendStatus(ft, 603); @@ -1350,7 +1350,7 @@ void CMsnProto::p2p_InitFileTransfer( case MSN_APPID_MEDIA_SHARING: // MSN_ShowPopup(ft->std.hContact, -// TranslateT("Contact tried to share media with us (currently not supported)"), +// TranslateT("Contact tried to share media with us (not currently supported)"), // MSN_ALLOW_MSGBOX | MSN_SHOW_ERROR); p2p_sendStatus(ft, 603); p2p_unregisterSession(ft); -- cgit v1.2.3