diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-24 11:56:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-24 11:56:26 +0000 |
commit | 4609c9b2fbca1e1ec6c5f0cf02238eaf31529ce0 (patch) | |
tree | c78d69e23ca7688bf0671c99787f7d91070a63e6 /plugins/ShellExt/src/options.cpp | |
parent | 372ddd7462b69cbe508d0b37e07988c4278e2db8 (diff) |
wrongly replaced 'and' reverted
git-svn-id: http://svn.miranda-ng.org/main/trunk@5814 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt/src/options.cpp')
-rw-r--r-- | plugins/ShellExt/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|