diff options
author | Konstantin Nikulin <apollo2k4@narod.ru> | 2016-09-07 07:24:38 +0000 |
---|---|---|
committer | Konstantin Nikulin <apollo2k4@narod.ru> | 2016-09-07 07:24:38 +0000 |
commit | df13c83f10ffb1392b967e2109b558182a72b64e (patch) | |
tree | c4b0dadcd13bf060a29e050c32996c14c639f7cf /protocols/FacebookRM/src/proto.cpp | |
parent | a27b07c35565ced7f690890dcba29518ae2e4928 (diff) |
update langpacks/english & langpacks/russian
FacebookRM typo fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@17269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/proto.cpp')
-rw-r--r-- | protocols/FacebookRM/src/proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/proto.cpp b/protocols/FacebookRM/src/proto.cpp index e815af9250..2e3c7c82ce 100644 --- a/protocols/FacebookRM/src/proto.cpp +++ b/protocols/FacebookRM/src/proto.cpp @@ -800,7 +800,7 @@ INT_PTR FacebookProto::LoadHistory(WPARAM wParam, LPARAM) CMStringW title; title.AppendFormat(L"%s - %s", m_tszUserName, name); - const wchar_t *message = TranslateT("This will load all messages from the server. To avoid having duplicit messages in your history, delete existing messages manually before continuing.\nLoading process might take a while, so be patient.\n\nDo you want to continue?"); + const wchar_t *message = TranslateT("This will load all messages from the server. To avoid having duplicate messages in your history, delete existing messages manually before continuing.\nLoading process might take a while, so be patient.\n\nDo you want to continue?"); if (MessageBox(0, message, title, MB_ICONQUESTION | MB_YESNO | MB_DEFBUTTON2) == IDYES) { ForkThread(&FacebookProto::LoadHistory, new MCONTACT(hContact)); |