diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 12:17:03 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 12:17:03 +0000 |
commit | ac2a01450addeb7580b853fd9641409f9451fb41 (patch) | |
tree | 26fe2053147ad079ba5d0aad84cb06f1f046295a /plugins | |
parent | 473874d83a356ea7ec78588c96fb47ff0115e5f0 (diff) |
[User Details] -> [User details]
git-svn-id: http://svn.miranda-ng.org/main/trunk@7001 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_modern/src/modern_clcopts.cpp | 2 | ||||
-rw-r--r-- | plugins/ContactsPlus/res/contacts.rc | 2 | ||||
-rwxr-xr-x | plugins/Msg_Export/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/Scriver/src/msgdialog.cpp | 2 | ||||
-rw-r--r-- | plugins/UserInfoEx/src/mir_menuitems.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Clist_modern/src/modern_clcopts.cpp b/plugins/Clist_modern/src/modern_clcopts.cpp index 39a1fb3b47..f2a201be96 100644 --- a/plugins/Clist_modern/src/modern_clcopts.cpp +++ b/plugins/Clist_modern/src/modern_clcopts.cpp @@ -53,7 +53,7 @@ struct FontOptionsList };
#define CLCGROUP LPGENT("Contact List")_T("/")LPGENT("Contact names")
-#define CLCLINESGROUP LPGENT("Contact List")_T("/")LPGENT("Row Items")
+#define CLCLINESGROUP LPGENT("Contact List")_T("/")LPGENT("Row items")
#define CLCFRAMESGROUP LPGENT("Contact List")_T("/")LPGENT("Frame texts")
#define CLCCOLOURSGROUP LPGENT("Contact List")_T("/")LPGENT("Special colors")
diff --git a/plugins/ContactsPlus/res/contacts.rc b/plugins/ContactsPlus/res/contacts.rc index e0c8076fc1..f0a7964043 100644 --- a/plugins/ContactsPlus/res/contacts.rc +++ b/plugins/ContactsPlus/res/contacts.rc @@ -105,7 +105,7 @@ BEGIN POPUP "Popup", 0,MFT_STRING,MFS_ENABLED
BEGIN
MENUITEM "Add to List", 111,MFT_STRING,MFS_ENABLED
- MENUITEM "User Details", 113,MFT_STRING,MFS_ENABLED | MFS_UNCHECKED | MFS_UNHILITE | MFS_DEFAULT
+ 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
END
diff --git a/plugins/Msg_Export/res/resource.rc b/plugins/Msg_Export/res/resource.rc index 4906ee6ab6..73ac39329c 100755 --- a/plugins/Msg_Export/res/resource.rc +++ b/plugins/Msg_Export/res/resource.rc @@ -197,7 +197,7 @@ IDR_MSG_EXPORT MENU BEGIN
POPUP "UserList"
BEGIN
- MENUITEM "User &Details", ID_USERLIST_USERDETAILS
+ MENUITEM "User &details", ID_USERLIST_USERDETAILS
MENUITEM "Export selected", ID_EXPORTSELECTED
MENUITEM "Set to default filename", ID_SET_TO_DEFAULT
MENUITEM SEPARATOR
diff --git a/plugins/Scriver/src/msgdialog.cpp b/plugins/Scriver/src/msgdialog.cpp index 1571985b8d..9b5d81c86c 100644 --- a/plugins/Scriver/src/msgdialog.cpp +++ b/plugins/Scriver/src/msgdialog.cpp @@ -46,7 +46,7 @@ static ToolbarButton toolbarButtons[] = { {LPGENT("Smiley"), IDC_SMILEYS, 0, 10, 24},
{LPGENT("Add Contact"), IDC_ADD, 0, 10, 24},
{LPGENT("User Menu"), IDC_USERMENU, 1, 0, 24},
- {LPGENT("User Details"), IDC_DETAILS, 1, 0, 24},
+ {LPGENT("User details"), IDC_DETAILS, 1, 0, 24},
{LPGENT("History"), IDC_HISTORY, 1, 0, 24},
{LPGENT("Send"), IDOK, 1, 0, 38}
};
diff --git a/plugins/UserInfoEx/src/mir_menuitems.cpp b/plugins/UserInfoEx/src/mir_menuitems.cpp index 8f269e957a..ccb0ddbc08 100644 --- a/plugins/UserInfoEx/src/mir_menuitems.cpp +++ b/plugins/UserInfoEx/src/mir_menuitems.cpp @@ -126,7 +126,7 @@ void RebuildContact() {
mi.hParentMenu = mhRoot;
mi.pszService = MS_USERINFO_SHOWDIALOG;
- mi.pszName = LPGEN("User &Details");
+ mi.pszName = LPGEN("User &details");
mi.position = 1000050000;
mi.hIcon = IcoLib_GetIcon(ICO_COMMON_MAIN);
mi.hotKey = MAKELPARAM(VK_F3, MOD_ALT);
|