summaryrefslogtreecommitdiff
path: root/protocols/SkypeClassic/src/gchat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeClassic/src/gchat.cpp')
-rw-r--r--protocols/SkypeClassic/src/gchat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeClassic/src/gchat.cpp b/protocols/SkypeClassic/src/gchat.cpp
index e40b417331..cbd154ac4a 100644
--- a/protocols/SkypeClassic/src/gchat.cpp
+++ b/protocols/SkypeClassic/src/gchat.cpp
@@ -705,7 +705,7 @@ int __cdecl GCMenuHook(WPARAM,LPARAM lParam) {
DBVARIANT dbv;
TCHAR* szInvite = TranslateT("&Invite user...");
TCHAR* szLeave = TranslateT("&Leave chat session");
- TCHAR* szTopic = TranslateT("Set &Topic...");
+ TCHAR* szTopic = TranslateT("Set &topic...");
TCHAR* szDetails = TranslateT("User &details");
TCHAR* szHistory = TranslateT("User &history");
TCHAR* szKick = TranslateT("&Kick user");