From 2718fa3a1ddcbe82bf36ea1d4060b69de71eeae9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 12 Apr 2015 14:40:41 +0000 Subject: menu item renamed not to deceive people git-svn-id: http://svn.miranda-ng.org/main/trunk@12775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3