From 0d54f0f50ccf5d7943887d2a9a5bf5cd680b302c Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 26 Aug 2013 19:39:13 +0000 Subject: ShlExt: cosmetics git-svn-id: http://svn.miranda-ng.org/main/trunk@5852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ShellExt/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ShellExt/src/options.cpp') diff --git a/plugins/ShellExt/src/options.cpp b/plugins/ShellExt/src/options.cpp index e937384893..7431f6c1f1 100644 --- a/plugins/ShellExt/src/options.cpp +++ b/plugins/ShellExt/src/options.cpp @@ -86,7 +86,7 @@ static INT_PTR CALLBACK OptDialogProc(HWND hwndDlg, UINT wMsg, WPARAM wParam, LP break; case IDC_REMOVE: if (IDYES == MessageBox(0, - TranslateT("Are you sure? this will remove all the settings stored in your database and all registry entries created for shlext to work with Explorer"), + TranslateT("Are you sure? This will remove all the settings stored in your database and all registry entries created for shlext to work with Explorer"), TranslateT("Disable/Remove shlext"), MB_YESNO | MB_ICONQUESTION)) { db_unset(0, MODULENAME, SHLExt_UseGroups); db_unset(0, MODULENAME, SHLExt_UseCListSetting); -- cgit v1.2.3