diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-12 14:40:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-12 14:40:41 +0000 |
commit | 2718fa3a1ddcbe82bf36ea1d4060b69de71eeae9 (patch) | |
tree | 87c8da41d4b48aa06f48c83b9fd9069186843ccc /protocols/WhatsApp/src/chat.cpp | |
parent | 23e6fe719ec331e47548e72c00883b8192b8c3fb (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.cpp | 2 |
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
|