diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-12 19:21:10 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-12 19:21:10 +0000 |
commit | fd82bb19cb63232fbd5efff23ee2941d648047a9 (patch) | |
tree | a3a2f4c9895adc9a50b9f3711b7155c93eeae69e /plugins/Popup | |
parent | 309f15d7cecf440ffc0b79525fb2293ea7304b38 (diff) |
de-capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@6878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup')
-rw-r--r-- | plugins/Popup/src/icons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/icons.cpp b/plugins/Popup/src/icons.cpp index 5c0d18e813..2e0727fd4e 100644 --- a/plugins/Popup/src/icons.cpp +++ b/plugins/Popup/src/icons.cpp @@ -52,7 +52,7 @@ static IconItem iconList[] = { LPGEN("Pin Popup"), ICO_ACT_PIN, IDI_ACT_PIN },
{ LPGEN("Pinned Popup"), ICO_ACT_PINNED, IDI_ACT_PINNED },
{ LPGEN("Send Message"), ICO_ACT_MESS, IDI_ACT_MESSAGE },
- { LPGEN("User Details"), ICO_ACT_INFO, IDI_ACT_INFO },
+ { LPGEN("User details"), ICO_ACT_INFO, IDI_ACT_INFO },
{ LPGEN("Contact Menu"), ICO_ACT_MENU, IDI_ACT_MENU },
{ LPGEN("Add Contact Permanently"), ICO_ACT_ADD, IDI_ACT_ADD },
{ LPGEN("Dismiss Popup"), ICO_ACT_CLOSE, IDI_ACT_CLOSE },
|