summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mir_app/src/chat_clist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/chat_clist.cpp b/src/mir_app/src/chat_clist.cpp
index 43944f535b..3a40052fc0 100644
--- a/src/mir_app/src/chat_clist.cpp
+++ b/src/mir_app/src/chat_clist.cpp
@@ -167,7 +167,7 @@ int PrebuildContactMenu(WPARAM hContact, LPARAM)
}
else {
bEnabledJoin = true;
- Menu_ModifyItem(hJoinMenuItem, LPGENW("&Open chat window"));
+ Menu_ModifyItem(hJoinMenuItem, LPGENW("&Open/close chat window"));
}
}
bEnabledLeave = ProtoServiceExists(szProto, PS_LEAVECHAT) != 0;