diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 23:10:51 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 23:10:51 +0000 |
commit | a54ca7c55f350e345140da9c8d526e511653b2fb (patch) | |
tree | 2647adc9e33448f4e0a11c0b7f63a2b8c0a93a59 /src/core/stdaway/sendmsg.cpp | |
parent | 22e77c2e8b503124498d414bc217fa4e66c1432e (diff) |
another portion of decapitalization in the core
langpacks/russian: update
git-svn-id: http://svn.miranda-ng.org/main/trunk@7008 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdaway/sendmsg.cpp')
-rw-r--r-- | src/core/stdaway/sendmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdaway/sendmsg.cpp b/src/core/stdaway/sendmsg.cpp index 42eb87c47b..0c9f1743ce 100644 --- a/src/core/stdaway/sendmsg.cpp +++ b/src/core/stdaway/sendmsg.cpp @@ -538,7 +538,7 @@ static int AwayMsgOptInitialise(WPARAM wParam, LPARAM) odp.position = 870000000;
odp.hInstance = hInst;
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_AWAYMSG);
- odp.pszTitle = LPGEN("Status Messages");
+ odp.pszTitle = LPGEN("Status messages");
odp.pszGroup = LPGEN("Status");
odp.pfnDlgProc = DlgProcAwayMsgOpts;
odp.flags = ODPF_BOLDGROUPS;
|