From 7a4faae157b9c17359e1cd95712f0197dd6ea2e2 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 23 Dec 2013 00:38:22 +0000 Subject: spelling correction (e.g. twitter -> Twitter) git-svn-id: http://svn.miranda-ng.org/main/trunk@7350 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 80c685abc9..4f6cd64214 100755 --- a/plugins/Msg_Export/src/options.cpp +++ b/plugins/Msg_Export/src/options.cpp @@ -393,7 +393,7 @@ BOOL bApplyChanges( HWND hwndDlg ) if (bReplaceHistory != bNewRp ) { bReplaceHistory = bNewRp; - MessageBox(hwndDlg, TranslateT("You need to restart miranda to change the history function"), MSG_BOX_TITEL, MB_OK); + MessageBox(hwndDlg, TranslateT("You need to restart Miranda to change the history function"), MSG_BOX_TITEL, MB_OK); } bAppendNewLine = IsDlgButtonChecked(hwndDlg, IDC_APPEND_NEWLINE) == BST_CHECKED; -- cgit v1.2.3