summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--langpacks/russian/Plugins/MRA.txt2
-rw-r--r--protocols/MRA/src/Mra_proto.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/langpacks/russian/Plugins/MRA.txt b/langpacks/russian/Plugins/MRA.txt
index 04e62e2195..a002ee2da7 100644
--- a/langpacks/russian/Plugins/MRA.txt
+++ b/langpacks/russian/Plugins/MRA.txt
@@ -104,7 +104,7 @@
Сообщение не доставлено, неизвестная ошибка, код: %lu
[MRIM_CS_MESSAGE_STATUS: not found in queue]
MRIM_CS_MESSAGE_STATUS: не найден в очереди
-[Sent data is invalid]
+[Data been sent are invalid]
Переданные данные были некорректны
[User does not registred]
Пользователь не зарегистрирован
diff --git a/protocols/MRA/src/Mra_proto.cpp b/protocols/MRA/src/Mra_proto.cpp
index 82a2129118..4f79848d52 100644
--- a/protocols/MRA/src/Mra_proto.cpp
+++ b/protocols/MRA/src/Mra_proto.cpp
@@ -836,7 +836,7 @@ DWORD CMraProto::MraCommandDispatcher(mrim_packet_header_t *pmaHeader, DWORD *pd
if (pmaHeader->msg == MRIM_CS_ADD_CONTACT_ACK) SetContactBasicInfoW(hContact, 0, (SCBIF_ID|SCBIF_SERVER_FLAG), GetUL(&lpbDataCurrent), 0, 0, CONTACT_INTFLAG_NOT_AUTHORIZED, 0, NULL, 0, NULL, 0, NULL, 0);
break;
case CONTACT_OPER_ERROR:// ##
- ShowFormattedErrorMessage(L"Sent data is invalid", NO_ERROR);
+ ShowFormattedErrorMessage(L"Data been sent are invalid", NO_ERROR);
break;
case CONTACT_OPER_INTERR:// ##
ShowFormattedErrorMessage(L"Internal server error", NO_ERROR);