summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-11-12 19:21:10 +0000
committerDart Raiden <wowemuh@gmail.com>2013-11-12 19:21:10 +0000
commitfd82bb19cb63232fbd5efff23ee2941d648047a9 (patch)
treea3a2f4c9895adc9a50b9f3711b7155c93eeae69e /src
parent309f15d7cecf440ffc0b79525fb2293ea7304b38 (diff)
de-capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@6878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r--src/core/stduserinfo/userinfo.cpp2
-rw-r--r--src/modules/clist/clisttray.cpp2
-rw-r--r--src/modules/skin/skinicons.cpp4
-rw-r--r--src/resource.rc2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/core/stduserinfo/userinfo.cpp b/src/core/stduserinfo/userinfo.cpp
index ca9b705e98..5fb331f421 100644
--- a/src/core/stduserinfo/userinfo.cpp
+++ b/src/core/stduserinfo/userinfo.cpp
@@ -637,7 +637,7 @@ int LoadUserInfoModule(void)
CLISTMENUITEM mi = { sizeof(mi) };
mi.position = 1000050000;
mi.icolibItem = GetSkinIconHandle(SKINICON_OTHER_USERDETAILS);
- mi.pszName = LPGEN("User &Details");
+ mi.pszName = LPGEN("User &details");
mi.pszService = MS_USERINFO_SHOWDIALOG;
Menu_AddContactMenuItem(&mi);
diff --git a/src/modules/clist/clisttray.cpp b/src/modules/clist/clisttray.cpp
index f1ee4a3bad..6a4a6522c3 100644
--- a/src/modules/clist/clisttray.cpp
+++ b/src/modules/clist/clisttray.cpp
@@ -737,7 +737,7 @@ INT_PTR fnTrayIconProcessMessage(WPARAM wParam, LPARAM lParam)
mi.fMask = MIIM_SUBMENU | MIIM_TYPE;
mi.fType = MFT_STRING;
mi.hSubMenu = (HMENU) CallService(MS_CLIST_MENUGETMAIN, 0, 0);
- mi.dwTypeData = TranslateT("&Main Menu");
+ mi.dwTypeData = TranslateT("&Main menu");
InsertMenuItem(hMenu, 1, TRUE, &mi);
mi.hSubMenu = (HMENU) CallService(MS_CLIST_MENUGETSTATUS, 0, 0);
mi.dwTypeData = TranslateT("&Status");
diff --git a/src/modules/skin/skinicons.cpp b/src/modules/skin/skinicons.cpp
index bfc8eb57c1..3fe35993f4 100644
--- a/src/modules/skin/skinicons.cpp
+++ b/src/modules/skin/skinicons.cpp
@@ -57,7 +57,7 @@ static struct StandardIconDescription mainIcons[] =
{ SKINICON_OTHER_TICK, LPGEN("Tick"), -IDI_TICK }, // 19
{ SKINICON_OTHER_NOTICK, LPGEN("No Tick"), -IDI_NOTICK }, // 20
{ SKINICON_OTHER_HELP, LPGEN("Help"), -IDI_HELP }, // 21
- { SKINICON_OTHER_MIRANDAWEB, LPGEN("Miranda Website"), -IDI_MIRANDAWEBSITE }, // 22
+ { SKINICON_OTHER_MIRANDAWEB, LPGEN("Miranda website"), -IDI_MIRANDAWEBSITE }, // 22
{ SKINICON_OTHER_TYPING, LPGEN("Typing"), -IDI_TYPING }, // 23
{ SKINICON_OTHER_SMALLDOT, LPGEN("Small Dot"), -IDI_SMALLDOT }, // 24
{ SKINICON_OTHER_FILLEDBLOB, LPGEN("Filled Blob"), -IDI_FILLEDBLOB }, // 25
@@ -72,7 +72,7 @@ static struct StandardIconDescription mainIcons[] =
{ SKINICON_OTHER_ACCMGR, LPGEN("Accounts"), -IDI_ACCMGR }, // 34
{ SKINICON_OTHER_SHOWHIDE, LPGEN("Show/Hide"), -IDI_SHOWHIDE }, // 35
{ SKINICON_OTHER_EXIT, LPGEN("Exit"), -IDI_EXIT }, // 36
- { SKINICON_OTHER_MAINMENU, LPGEN("Main Menu"), -IDI_MAINMENU }, // 37
+ { SKINICON_OTHER_MAINMENU, LPGEN("Main menu"), -IDI_MAINMENU }, // 37
{ SKINICON_OTHER_STATUS, LPGEN("Status"), -IDI_ONLINE }, // 38
{ SKINICON_CHAT_JOIN, LPGEN("Join chat"), -IDI_JOINCHAT }, // 39
{ SKINICON_CHAT_LEAVE, LPGEN("Leave chat"), -IDI_LEAVECHAT }, // 40
diff --git a/src/resource.rc b/src/resource.rc
index 764479b4a8..c2b750d61e 100644
--- a/src/resource.rc
+++ b/src/resource.rc
@@ -1140,7 +1140,7 @@ BEGIN
BEGIN
MENUITEM "&Add to List", IDC_ADD
MENUITEM SEPARATOR
- MENUITEM "User &Details", IDC_DETAILS
+ MENUITEM "User &details", IDC_DETAILS
MENUITEM "Send &Message", IDC_SENDMESSAGE
END
POPUP "Log"