summaryrefslogtreecommitdiff
path: root/plugins/AutoShutdown/res
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-12-28 13:43:28 +0000
committerDart Raiden <wowemuh@gmail.com>2015-12-28 13:43:28 +0000
commite6756f2edef4fbb7ef1f548c1d7b9c8663eaa695 (patch)
tree3727d3af9ee1da193b7251093573200ff9969b43 /plugins/AutoShutdown/res
parent79b1ada8ab3b7bc61eb77c261d2db0fe1ff77676 (diff)
AutoShutdown: decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@15950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown/res')
-rw-r--r--plugins/AutoShutdown/res/resource.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/AutoShutdown/res/resource.rc b/plugins/AutoShutdown/res/resource.rc
index 6739278fdc..83daf0e6bc 100644
--- a/plugins/AutoShutdown/res/resource.rc
+++ b/plugins/AutoShutdown/res/resource.rc
@@ -62,12 +62,12 @@ BEGIN
EDITTEXT IDC_EDIT_CONFIRMDLGCOUNTDOWN,191,27,32,12,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "",IDC_SPIN_CONFIRMDLGCOUNTDOWN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK | WS_TABSTOP,222,27,11,11
LTEXT "seconds",IDC_TEXT_SECONDS,237,29,48,8,NOT WS_GROUP
- GROUPBOX "Shutdown Events",IDC_STATIC,3,51,289,60,WS_GROUP
+ GROUPBOX "Shutdown events",IDC_STATIC,3,51,289,60,WS_GROUP
CONTROL "&Activate automatic shutdown with the same settings again if Miranda NG was closed with automatic shutdown enabled",IDC_CHECK_REMEMBERONRESTART,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,12,64,273,19
CONTROL "&Ignore hidden or temporary contacts when watching for all contacts being offline",IDC_CHECK_SMARTOFFLINECHECK,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,12,88,273,19
- GROUPBOX "Critical Shutdown Events",IDC_STATIC,3,116,289,62
+ GROUPBOX "Critical shutdown events",IDC_STATIC,3,116,289,62
LTEXT "Automatically shutdown the computer and turn the power off when one of the following occurs:",IDC_STATIC,12,128,273,18,SS_NOPREFIX
CONTROL "&Thunderstorm warning is issued (Weather)",IDC_CHECK_WEATHER,
"Button",BS_AUTOCHECKBOX | BS_TOP | WS_DISABLED | WS_TABSTOP,12,150,273,11
@@ -75,12 +75,12 @@ END
IDD_SETTINGS DIALOGEX 0, 0, 239, 286
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
-CAPTION "Automatic Shutdown"
+CAPTION "Automatic shutdown"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "",IDC_RECT_HEADER,0,0,243,25,NOT WS_GROUP
ICON "",IDC_ICON_HEADER,7,3,20,20,SS_CENTERIMAGE | WS_GROUP,WS_EX_TRANSPARENT
- LTEXT "Automatic Shutdown",IDC_TEXT_HEADER,34,4,201,8,SS_NOPREFIX,WS_EX_TRANSPARENT
+ LTEXT "Automatic shutdown",IDC_TEXT_HEADER,34,4,201,8,SS_NOPREFIX,WS_EX_TRANSPARENT
LTEXT "Select the automatic shutdown event",IDC_TEXT_HEADERDESC,43,12,192,8,SS_NOPREFIX,WS_EX_TRANSPARENT
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,0,25,243,1
CONTROL "Shutdown at &specific time",IDC_CHECK_SPECIFICTIME,
@@ -119,7 +119,7 @@ END
IDD_SHUTDOWNNOW DIALOGEX 0, 0, 204, 98
STYLE DS_SETFONT | DS_MODALFRAME | DS_NOIDLEMSG | DS_SETFOREGROUND | DS_FIXEDSYS | DS_NOFAILCREATE | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_TOPMOST
-CAPTION "Automatic Shutdown"
+CAPTION "Automatic shutdown"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
ICON "",IDC_ICON_HEADER,6,7,20,20,SS_CENTERIMAGE | WS_GROUP,WS_EX_TRANSPARENT