summaryrefslogtreecommitdiff
path: root/src/core/stdfile/resource.rc
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-11-29 18:47:40 +0000
committerDart Raiden <wowemuh@gmail.com>2013-11-29 18:47:40 +0000
commitb882e97b1c857d9890fd6023621ebbf6d1169863 (patch)
tree6bc2619ddf6708aa5203c3533e599a354bb586ec /src/core/stdfile/resource.rc
parentd6138a6c47cdd79ca7734d092b08a85876af269c (diff)
another portion of decapitalization in the core (2/5)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdfile/resource.rc')
-rw-r--r--src/core/stdfile/resource.rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/core/stdfile/resource.rc b/src/core/stdfile/resource.rc
index 1e339ec4d0..ed986fbaf2 100644
--- a/src/core/stdfile/resource.rc
+++ b/src/core/stdfile/resource.rc
@@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
IDD_FILESEND DIALOGEX 0, 0, 256, 177
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "Send File(s)"
+CAPTION "Send file(s)"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
EDITTEXT IDC_MSG,6,102,245,46,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
@@ -38,7 +38,7 @@ BEGIN
CONTROL "",IDC_TO,"Static",SS_SIMPLE | SS_NOPREFIX | WS_GROUP,43,24,159,9
LTEXT "File(s):",IDC_STATIC,7,39,30,8
EDITTEXT IDC_FILE,38,38,213,31,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY
- PUSHBUTTON "&Choose Again...",IDC_CHOOSE,39,74,77,14
+ PUSHBUTTON "&Choose again...",IDC_CHOOSE,39,74,77,14
RTEXT "Total size:",IDC_STATIC,119,76,68,8
CONTROL "",IDC_TOTALSIZE,"Static",SS_SIMPLE | SS_NOPREFIX | WS_GROUP,191,76,58,8
LTEXT "Description:",IDC_STATIC,6,93,96,8
@@ -52,7 +52,7 @@ END
IDD_FILERECV DIALOGEX 0, 0, 256, 174
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "Incoming File Transfer"
+CAPTION "Incoming file transfer"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "A&ccept",IDOK,68,155,50,14
@@ -100,7 +100,7 @@ END
IDD_FILEEXISTS DIALOGEX 0, 0, 288, 181
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "File Already Exists"
+CAPTION "File already exists"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
PUSHBUTTON "Resume",IDC_RESUME,5,144,65,14
@@ -136,7 +136,7 @@ END
IDD_FTMGR DIALOGEX 0, 0, 276, 255
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
-CAPTION "File Transfers"
+CAPTION "File transfers"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_TABS,"SysTabControl32", WS_TABSTOP,7,7,262,224
@@ -160,7 +160,7 @@ BEGIN
LTEXT "Received files folder:",IDC_STATIC,8,15,82,8
EDITTEXT IDC_FILEDIR,92,13,190,12,ES_AUTOHSCROLL
PUSHBUTTON "...",IDC_FILEDIRBROWSE,287,14,15,11
- LTEXT "Variables Allowed: %userid%, %nick%, %proto%, %miranda_path%, %userprofile%",IDC_STATIC,8,27,294,11,WS_DISABLED
+ LTEXT "Variables allowed: %userid%, %nick%, %proto%, %miranda_path%, %userprofile%",IDC_STATIC,8,27,294,11,WS_DISABLED
CONTROL "Auto-accept incoming files from people on my contact list",IDC_AUTOACCEPT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,39,294,10
CONTROL "Minimize the file transfer window",IDC_AUTOMIN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,52,285,10