summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/options.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-10-13 12:48:18 +0000
committerDart Raiden <wowemuh@gmail.com>2013-10-13 12:48:18 +0000
commitb073a36a7997ab7c595a6e9ccd3659dd7ddaa2ed (patch)
treed1db728b894b3e8d8a017492071f4eab098d6b96 /plugins/Msg_Export/src/options.cpp
parentd04a944cedf1e405ffa8879ea6ae139f675b8616 (diff)
spelling corrections (thanks RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/options.cpp')
-rwxr-xr-xplugins/Msg_Export/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
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 )