diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-06 19:53:49 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-06 19:53:49 +0000 |
commit | 7f78de1c025a6a6be22bd7b6754a67097aa3a32f (patch) | |
tree | 2623565f23aaa8713bed515254ec759f2d8102fb /protocols/MRA/src | |
parent | caad3bfa4001d285030a97c855125b9522923207 (diff) |
- langpacks/english: update;
- langpacks/russian: update;
- grammar correction;
git-svn-id: http://svn.miranda-ng.org/main/trunk@8432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src')
-rw-r--r-- | protocols/MRA/src/Mra_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/src/Mra_proto.cpp b/protocols/MRA/src/Mra_proto.cpp index 3a0c9bb6c0..704bec82a9 100644 --- a/protocols/MRA/src/Mra_proto.cpp +++ b/protocols/MRA/src/Mra_proto.cpp @@ -24,7 +24,7 @@ DWORD CMraProto::StartConnect() InterlockedExchange((volatile LONG*)&m_dwThreadWorkerLastPingTime, GetTickCount());
if (INVALID_HANDLE_VALUE != ForkThreadEx(&CMraProto::MraThreadProc, NULL, 0))
return 0; /* OK. */
- MraPopupShowFromAgentW(MRA_POPUP_TYPE_ERROR, 0, TranslateT("Thread create fail"));
+ MraPopupShowFromAgentW(MRA_POPUP_TYPE_ERROR, 0, TranslateT("Thread creation failure"));
}
InterlockedExchange((volatile LONG*)&m_dwThreadWorkerRunning, FALSE);
return ERROR_OPERATION_ABORTED;
|