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 | |
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')
-rw-r--r-- | src/core/stdaway/resource.rc | 6 | ||||
-rw-r--r-- | src/core/stdaway/sendmsg.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/core/stdaway/resource.rc b/src/core/stdaway/resource.rc index f2917f0f34..2b794d95eb 100644 --- a/src/core/stdaway/resource.rc +++ b/src/core/stdaway/resource.rc @@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDD_READAWAYMSG DIALOGEX 0, 0, 187, 72
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "%s Message for %s"
+CAPTION "%s message for %s"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "&Cancel",IDOK,69,53,50,14
@@ -41,7 +41,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Status Messages",IDC_STATIC,4,5,255,142
+ GROUPBOX "Status messages",IDC_STATIC,4,5,255,142
COMBOBOX IDC_STATUS,12,19,240,97,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Do not reply to requests for this message",IDC_DONTREPLY,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,24,37,227,10
@@ -76,7 +76,7 @@ END IDD_SETAWAYMSG DIALOGEX 0, 0, 187, 72
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "Change %s Message"
+CAPTION "Change %s message"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "Closing in %d",IDOK,61,53,65,14
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;
|