diff options
author | dartraiden <wowemuh@gmail.com> | 2023-01-12 19:01:17 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-01-12 19:01:17 +0300 |
commit | 361e19f641f26e3cc8852f5153c3b187c30fabf4 (patch) | |
tree | 3f8f636935040fd8f4a048e37d299093b7a35e9d /plugins/NewEventNotify/res | |
parent | 86dd9d64343d699dced924b2d4b18df1c1a0ab73 (diff) |
NewEventNotify: Unify option name with other plugins
Diffstat (limited to 'plugins/NewEventNotify/res')
-rw-r--r-- | plugins/NewEventNotify/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewEventNotify/res/resource.rc b/plugins/NewEventNotify/res/resource.rc index cebfe9e947..4e306c3060 100644 --- a/plugins/NewEventNotify/res/resource.rc +++ b/plugins/NewEventNotify/res/resource.rc @@ -55,7 +55,7 @@ BEGIN CONTROL "",IDC_COLBACK_FILE,"ColourPicker",WS_TABSTOP,136,50,39,10
CONTROL "",IDC_COLBACK_ERR,"ColourPicker",WS_TABSTOP,184,50,39,10
CONTROL "",IDC_COLBACK_OTHERS,"ColourPicker",WS_TABSTOP,231,50,39,10
- LTEXT "Default colors",IDC_STATIC,9,67,70,8
+ LTEXT "Use default colors",IDC_STATIC,9,67,70,8
CONTROL "",IDC_CHKDEFAULTCOL_MESSAGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,103,65,11,10
CONTROL "",IDC_CHKDEFAULTCOL_FILE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,150,65,11,10
CONTROL "",IDC_CHKDEFAULTCOL_ERR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,199,65,11,10
|