From 7f78de1c025a6a6be22bd7b6754a67097aa3a32f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 6 Mar 2014 19:53:49 +0000 Subject: - langpacks/english: update; - langpacks/russian: update; - grammar correction; git-svn-id: http://svn.miranda-ng.org/main/trunk@8432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MRA/res/resource.rc | 2 +- protocols/MRA/src/Mra_proto.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/MRA') diff --git a/protocols/MRA/res/resource.rc b/protocols/MRA/res/resource.rc index 5928f0ea9d..e911b91f22 100644 --- a/protocols/MRA/res/resource.rc +++ b/protocols/MRA/res/resource.rc @@ -83,7 +83,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,72,263,8 CONTROL "Automatically grant authorization to new users",IDC_AUTO_AUTH_GRAND_NEW_USERS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,83,263,8 - CONTROL "Automatically authorization on mail.ru web services",IDC_AUTO_AUTH_ON_WEB_SVCS, + CONTROL "Automatic authorization on mail.ru web services",IDC_AUTO_AUTH_ON_WEB_SVCS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,94,263,8 CONTROL "Notify me when a message delivery has failed",IDC_SLOWSEND, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,107,263,8 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; -- cgit v1.2.3