From b073a36a7997ab7c595a6e9ccd3659dd7ddaa2ed Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 13 Oct 2013 12:48:18 +0000 Subject: spelling corrections (thanks RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@6489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FileAsMessage/src/dialog.cpp | 2 +- plugins/Msg_Export/src/options.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/FileAsMessage/src/dialog.cpp b/plugins/FileAsMessage/src/dialog.cpp index f007b11178..2c2f86ce84 100644 --- a/plugins/FileAsMessage/src/dialog.cpp +++ b/plugins/FileAsMessage/src/dialog.cpp @@ -1071,7 +1071,7 @@ INT_PTR CALLBACK DialogProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam { if(dat->iState & (STATE_OPERATE|STATE_ACKREQ)) { - char *msg = Translate("Paused, because connection dropped"); + char *msg = Translate("File transfer is paused because of dropped connection"); SetDlgItemText(hDlg, IDC_STATUS, msg); MakePopupMsg(dat->hDlg, dat->hContact, msg); dat->setState(STATE_PAUSED); diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp index 78bf1458e1..80c685abc9 100755 --- a/plugins/Msg_Export/src/options.cpp +++ b/plugins/Msg_Export/src/options.cpp @@ -809,7 +809,7 @@ static INT_PTR CALLBACK DlgProcMsgExportOpts(HWND hwndDlg, UINT msg, WPARAM wPar { if (bUnaplyedChanges ) { - DWORD res = MessageBox(hwndDlg, TranslateT("You have unapplyed changes do you wish to apply these first?"), MSG_BOX_TITEL, MB_YESNOCANCEL); + DWORD res = MessageBox(hwndDlg, TranslateT("You have not applied the changes, do you wish to apply them first?"), MSG_BOX_TITEL, MB_YESNOCANCEL); if (res == IDCANCEL ) return TRUE; if (res == IDYES ) -- cgit v1.2.3