diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-08-26 19:39:13 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-08-26 19:39:13 +0000 |
commit | 0d54f0f50ccf5d7943887d2a9a5bf5cd680b302c (patch) | |
tree | e298de28a33f94a20673d1c50383663aad979c37 /plugins | |
parent | 905f11a32ae29d4cef1d05711acd4c2bee55920b (diff) |
ShlExt: cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@5852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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 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);
|