diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-12-28 13:43:28 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-12-28 13:43:28 +0000 |
commit | e6756f2edef4fbb7ef1f548c1d7b9c8663eaa695 (patch) | |
tree | 3727d3af9ee1da193b7251093573200ff9969b43 /plugins/AutoShutdown/src/utils.cpp | |
parent | 79b1ada8ab3b7bc61eb77c261d2db0fe1ff77676 (diff) |
AutoShutdown: decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@15950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown/src/utils.cpp')
-rw-r--r-- | plugins/AutoShutdown/src/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AutoShutdown/src/utils.cpp b/plugins/AutoShutdown/src/utils.cpp index 2d8de89575..73aed0d860 100644 --- a/plugins/AutoShutdown/src/utils.cpp +++ b/plugins/AutoShutdown/src/utils.cpp @@ -212,7 +212,7 @@ void AddHotkey() hkd.cbSize = sizeof(hkd);
hkd.dwFlags = HKD_TCHAR;
hkd.pszName = "AutoShutdown_Toggle";
- hkd.ptszDescription = LPGENT("Toggle Automatic Shutdown");
+ hkd.ptszDescription = LPGENT("Toggle automatic shutdown");
hkd.ptszSection = LPGENT("Main");
hkd.pszService = "AutoShutdown/MenuCommand";
hkd.DefHotKey = HOTKEYCODE(HOTKEYF_CONTROL | HOTKEYF_SHIFT, 'T') | HKF_MIRANDA_LOCAL;
|