From 557d20f966c9ebbb16df1fc5a6d4e74084de3a2b Mon Sep 17 00:00:00 2001 From: RMN Date: Tue, 18 Feb 2014 10:40:49 +0000 Subject: spelling corrections git-svn-id: http://svn.miranda-ng.org/main/trunk@8157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Msg_Export/src/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Msg_Export/src/options.cpp') diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp index cee3a516be..f6dfa69f44 100755 --- a/plugins/Msg_Export/src/options.cpp +++ b/plugins/Msg_Export/src/options.cpp @@ -244,7 +244,7 @@ int nExportCompleatList(HWND hParent, bool bOnlySelected ) { // window text update - SetWindowText( hStatus, TranslateT("Sorting and writing database information ( Phase 2 of 2 )")); + SetWindowText( hStatus, TranslateT("Sorting and writing database information (Phase 2 of 2)")); SendMessage( hProg, PBM_SETRANGE, 0, MAKELPARAM( 0, AllEvents.size())); SendMessage( hProg, PBM_SETPOS, 0, 0); } @@ -594,7 +594,7 @@ void OpenHelp(HWND hwndDlg) } } - MessageBox(hwndDlg, TranslateT("Failed to get the path to Msg_Export.dll\nPlease locate Msg_Export.txt your self"), MSG_BOX_TITEL, MB_OK); + MessageBox(hwndDlg, TranslateT("Failed to get the path to Msg_Export.dll\nPlease locate Msg_Export.txt yourself"), MSG_BOX_TITEL, MB_OK); } ///////////////////////////////////////////////////////////////////// -- cgit v1.2.3