From 09724196bd1ff465521864a0fe7d64e3b5450065 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 20 Oct 2022 14:25:42 +0300 Subject: Jabber: fix capitalization --- protocols/JabberG/src/jabber_iqid_muc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG') diff --git a/protocols/JabberG/src/jabber_iqid_muc.cpp b/protocols/JabberG/src/jabber_iqid_muc.cpp index c360edaa30..8bf9621ab6 100644 --- a/protocols/JabberG/src/jabber_iqid_muc.cpp +++ b/protocols/JabberG/src/jabber_iqid_muc.cpp @@ -330,7 +330,7 @@ public: void list_OnMenu(CContextMenuPos *pos) { HMENU hMenu = CreatePopupMenu(); - AppendMenuW(hMenu, MF_STRING, 1, TranslateT("Copy jid")); + AppendMenuW(hMenu, MF_STRING, 1, TranslateT("Copy JID")); if (TrackPopupMenu(hMenu, TPM_RETURNCMD | TPM_BOTTOMALIGN, pos->pt.x, pos->pt.y, 0, m_hwnd, nullptr)) { wchar_t buf[JABBER_MAX_JID_LEN]; -- cgit v1.2.3