diff options
author | dartraiden <wowemuh@gmail.com> | 2017-08-07 03:00:59 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-08-07 03:00:59 +0300 |
commit | 9969135dabfd2dc2c7b8d3f3b511257cf881db3b (patch) | |
tree | 5925f9cb00ed86e3ca3d18c254edbd66e2d26d0e | |
parent | 2d5d083c59ff95386f3ee77047074734af425281 (diff) |
small decapitalization
-rw-r--r-- | plugins/Nudge/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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);
|