summaryrefslogtreecommitdiff
path: root/plugins/ContactsPlus
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-03-29 18:04:17 +0300
committerdartraiden <wowemuh@gmail.com>2022-03-29 18:04:17 +0300
commitc795326b7c71a18749162a1b98b6144621b21976 (patch)
tree67abd9fda1d2410dcd68203411cde2bb0dd85cc6 /plugins/ContactsPlus
parent0d8dc9ac6674d68d42754ce5de4b396a119dd85e (diff)
Fix capitalization
Diffstat (limited to 'plugins/ContactsPlus')
-rw-r--r--plugins/ContactsPlus/res/contacts.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ContactsPlus/res/contacts.rc b/plugins/ContactsPlus/res/contacts.rc
index 4c2d112f06..78f866b749 100644
--- a/plugins/ContactsPlus/res/contacts.rc
+++ b/plugins/ContactsPlus/res/contacts.rc
@@ -104,10 +104,10 @@ IDR_CONTACTMENU MENUEX
BEGIN
POPUP "Popup", 0,MFT_STRING,MFS_ENABLED
BEGIN
- MENUITEM "Add to List", 111,MFT_STRING,MFS_ENABLED
+ MENUITEM "Add to list", 111,MFT_STRING,MFS_ENABLED
MENUITEM "User details", 113,MFT_STRING,MFS_ENABLED | MFS_UNCHECKED | MFS_UNHILITE | MFS_DEFAULT
MENUITEM MFT_SEPARATOR
- MENUITEM "Send Message", 112,MFT_STRING,MFS_ENABLED
+ MENUITEM "Send message", 112,MFT_STRING,MFS_ENABLED
END
END