From c795326b7c71a18749162a1b98b6144621b21976 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 29 Mar 2022 18:04:17 +0300 Subject: Fix capitalization --- plugins/ContactsPlus/res/contacts.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ContactsPlus') 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 -- cgit v1.2.3