diff options
Diffstat (limited to 'plugins/SimpleStatusMsg/res/resource.rc')
-rw-r--r-- | plugins/SimpleStatusMsg/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SimpleStatusMsg/res/resource.rc b/plugins/SimpleStatusMsg/res/resource.rc index 9c48274f20..a492e2ad72 100644 --- a/plugins/SimpleStatusMsg/res/resource.rc +++ b/plugins/SimpleStatusMsg/res/resource.rc @@ -102,7 +102,7 @@ BEGIN CONTROL "Do not change status message",IDC_ROPTPROTO2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,26,43,128,8
CONTROL "Always set the same message",IDC_ROPTPROTO3,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,155,31,144,8
CONTROL "Do not set status message",IDC_ROPTPROTO4,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,155,43,144,8
- GROUPBOX "Status Messages",IDC_STATIC,4,62,300,148,WS_GROUP
+ GROUPBOX "Status messages",IDC_STATIC,4,62,300,148,WS_GROUP
COMBOBOX IDC_CBOPTSTATUS,35,73,240,97,CBS_DROPDOWNLIST | WS_TABSTOP
PUSHBUTTON "Apply to all",IDC_BOPTSTATUS,215,90,60,13
CONTROL "Pop up dialog asking for new message",IDC_COPTMSG1,
|