diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-16 16:01:53 +0100 |
---|---|---|
committer | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-16 16:01:53 +0100 |
commit | 9cde0c92420f4811a646964c1304f7c55f8a50a5 (patch) | |
tree | 0695bb966dd8145a8f37f3a8e8b7334b31fb8b0b /plugins/StartPosition/res | |
parent | ad340f680ede5a690cb4e705beb591ea0a32a423 (diff) |
StartPosition: capitalization
Diffstat (limited to 'plugins/StartPosition/res')
-rw-r--r-- | plugins/StartPosition/res/resource.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/StartPosition/res/resource.rc b/plugins/StartPosition/res/resource.rc index 7f17fe12d3..4d11b5eb0f 100644 --- a/plugins/StartPosition/res/resource.rc +++ b/plugins/StartPosition/res/resource.rc @@ -55,7 +55,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Contact List Window Start Position",IDC_STATIC,6,37,298,165,WS_TABSTOP
+ GROUPBOX "Contact list window start position",IDC_STATIC,6,37,298,165,WS_TABSTOP
CONTROL "Pixels from Top",IDC_CLTOPENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,59,98,10
EDITTEXT IDC_CLTOP,128,57,26,12,ES_AUTOHSCROLL
CONTROL "Pixels from Bottom",IDC_CLBOTTOMENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,75,100,10
@@ -67,8 +67,8 @@ BEGIN CONTROL "Width",IDC_CLWIDTHENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,131,99,10
EDITTEXT IDC_CLWIDTH,128,130,26,12,ES_AUTOHSCROLL
CONTROL "Always start...",IDC_CLSTATEENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,148,273,10
- CONTROL "Minimized to System Tray",IDC_CLSTATETRAY,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,27,162,262,10
- CONTROL "Opened",IDC_CLSTATEOPENED,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,27,175,261,10
+ CONTROL "minimized to system tray",IDC_CLSTATETRAY,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,27,162,262,10
+ CONTROL "opened",IDC_CLSTATEOPENED,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,27,175,261,10
END
|