summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/globals.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-11-25 21:29:38 +0000
committerDart Raiden <wowemuh@gmail.com>2013-11-25 21:29:38 +0000
commit8ddf68d1de78f2af6ce02f097b43c57253afbf8b (patch)
treeb96bf0190f0cde02223094522d186e502f056ec2 /plugins/Scriver/src/globals.cpp
parent36eeccd9e9abe424ff9cf63687c330d6b5b321ae (diff)
portion of decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@6986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/globals.cpp')
-rw-r--r--plugins/Scriver/src/globals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/globals.cpp b/plugins/Scriver/src/globals.cpp
index 8444feee69..6db8274071 100644
--- a/plugins/Scriver/src/globals.cpp
+++ b/plugins/Scriver/src/globals.cpp
@@ -101,7 +101,7 @@ void RegisterIcons(void)
HookEvent(ME_SKIN2_ICONSCHANGED, IconsChanged);
Icon_Register(g_hInst, LPGEN("Single Messaging"), iconList, 16);
- Icon_Register(g_hInst, LPGEN("Group Chats"), iconList+16, 20);
+ Icon_Register(g_hInst, LPGEN("Group chats"), iconList+16, 20);
Icon_Register(g_hInst, LPGEN("Single Messaging"), iconList+36, 14);
}