summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/chat.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-12 14:40:41 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-12 14:40:41 +0000
commit2718fa3a1ddcbe82bf36ea1d4060b69de71eeae9 (patch)
tree87c8da41d4b48aa06f48c83b9fd9069186843ccc /protocols/WhatsApp/src/chat.cpp
parent23e6fe719ec331e47548e72c00883b8192b8c3fb (diff)
menu item renamed not to deceive people
git-svn-id: http://svn.miranda-ng.org/main/trunk@12775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/chat.cpp')
-rw-r--r--protocols/WhatsApp/src/chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/chat.cpp b/protocols/WhatsApp/src/chat.cpp
index a2f592afe2..116d347485 100644
--- a/protocols/WhatsApp/src/chat.cpp
+++ b/protocols/WhatsApp/src/chat.cpp
@@ -104,7 +104,7 @@ static gc_item sttLogListItems[] =
{ NULL, 0, MENU_SEPARATOR },
{ LPGENT("&Room options"), 0, MENU_NEWPOPUP },
{ LPGENT("View/change &topic"), IDM_TOPIC, MENU_POPUPITEM },
- { LPGENT("&Leave chat session"), IDM_LEAVE, MENU_POPUPITEM },
+ { LPGENT("&Quit chat session"), IDM_LEAVE, MENU_POPUPITEM },
#ifdef _DEBUG
{ LPGENT("Set &avatar"), IDM_AVATAR, MENU_POPUPITEM }, // doesn't work, therefore commented out
#endif