diff options
author | RMN <rmn@miranda-ng.org> | 2014-02-18 10:40:49 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-02-18 10:40:49 +0000 |
commit | 557d20f966c9ebbb16df1fc5a6d4e74084de3a2b (patch) | |
tree | 745b0ba61f961c1f7007355c7935919c471e1090 /protocols/MSN/src/msn_p2p.cpp | |
parent | 6345808173c9c135a4abc1ceb83a4e9d1101a602 (diff) |
spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@8157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/msn_p2p.cpp')
-rw-r--r-- | protocols/MSN/src/msn_p2p.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/msn_p2p.cpp b/protocols/MSN/src/msn_p2p.cpp index faeee37d8b..28001e66cc 100644 --- a/protocols/MSN/src/msn_p2p.cpp +++ b/protocols/MSN/src/msn_p2p.cpp @@ -1341,7 +1341,7 @@ void CMsnProto::p2p_InitFileTransfer( }
if (!_stricmp(szEufGuid, "{1C9AA97E-9C05-4583-A3BD-908A196F1E92}")) {
MSN_ShowPopup(ft->std.hContact,
- TranslateT("Contact tried to view our webcam data (not currently supported)"),
+ TranslateT("Contact tried to view your webcam data (not currently supported)"),
MSN_ALLOW_MSGBOX | MSN_SHOW_ERROR);
}
p2p_sendStatus(ft, 603);
|