From 9969135dabfd2dc2c7b8d3f3b511257cf881db3b Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 7 Aug 2017 03:00:59 +0300 Subject: small decapitalization --- plugins/Nudge/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Nudge/src') diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp index d0f6943aed..b710f2868a 100644 --- a/plugins/Nudge/src/main.cpp +++ b/plugins/Nudge/src/main.cpp @@ -253,7 +253,7 @@ static int TabsrmmButtonInit(WPARAM, LPARAM) BBButton bbd = {}; bbd.pszModuleName = "Nudge"; - bbd.pwszTooltip = LPGENW("Send Nudge"); + bbd.pwszTooltip = LPGENW("Send nudge"); bbd.dwDefPos = 300; bbd.bbbFlags = BBBF_ISIMBUTTON | BBBF_CANBEHIDDEN; bbd.hIcon = iconList[0].hIcolib; @@ -343,7 +343,7 @@ extern "C" int __declspec(dllexport) Load(void) mi.flags = CMIF_NOTOFFLINE | CMIF_UNICODE; mi.position = -500050004; mi.hIcolibItem = iconList[0].hIcolib; - mi.name.w = LPGENW("Send &Nudge"); + mi.name.w = LPGENW("Send &nudge"); mi.pszService = MS_NUDGE_SEND; g_hContactMenu = Menu_AddContactMenuItem(&mi); -- cgit v1.2.3