From 4609c9b2fbca1e1ec6c5f0cf02238eaf31529ce0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 24 Aug 2013 11:56:26 +0000 Subject: wrongly replaced 'and' reverted git-svn-id: http://svn.miranda-ng.org/main/trunk@5814 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 8d288f1dc6..e937384893 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 && 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