summaryrefslogtreecommitdiff
path: root/protocols/SkypeClassic/src/contacts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeClassic/src/contacts.cpp')
-rw-r--r--protocols/SkypeClassic/src/contacts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeClassic/src/contacts.cpp b/protocols/SkypeClassic/src/contacts.cpp
index 8e25ae7c9d..ead7b9ffc8 100644
--- a/protocols/SkypeClassic/src/contacts.cpp
+++ b/protocols/SkypeClassic/src/contacts.cpp
@@ -145,7 +145,7 @@ CLISTMENUITEM ChatInitItem(void) {
mi.position=-2000020000;
mi.flags=CMIF_HIDDEN|CMIF_NOTOFFLINE|CMIF_TCHAR;
mi.hIcon=LoadIcon( hInst, MAKEINTRESOURCE( IDI_INVITE ));
- mi.ptszName=LPGENT("&Open groupchat");
+ mi.ptszName=LPGENT("&Open group chat");
mi.pszContactOwner=SKYPE_PROTONAME;
mi.pszService=SKYPE_CHATNEW;
return mi;