diff options
-rwxr-xr-x | plugins/Alarms/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Alarms/res/resource.rc b/plugins/Alarms/res/resource.rc index 32a34ebd7f..aeda9dc0c4 100755 --- a/plugins/Alarms/res/resource.rc +++ b/plugins/Alarms/res/resource.rc @@ -102,7 +102,7 @@ BEGIN CONTROL "Don't trigger on startup",IDC_CHK_NOSTARTUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,141,209,113,10
CONTROL "No reminder",IDC_CHK_NOREMINDER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,264,209,110,10
CONTROL "",IDC_DATE,"SysDateTimePick32",DTS_RIGHTALIGN | WS_TABSTOP,185,65,100,15
- CONTROL "Selected Days",IDC_RAD_DAYS,"Button",BS_AUTORADIOBUTTON,311,46,61,10
+ CONTROL "Selected days",IDC_RAD_DAYS,"Button",BS_AUTORADIOBUTTON,311,46,61,10
CONTROL "1",IDC_CHK_DAY1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,87,20,10
CONTROL "2",IDC_CHK_DAY2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,189,87,20,10
CONTROL "3",IDC_CHK_DAY3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,208,87,20,10
|