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/Msg_Export/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Msg_Export/src') 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