From 312fb4b5af8c8768e146654970e5c1d57dff4c5e Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 29 Mar 2022 18:27:29 +0300 Subject: Jabber: make popup item translatable --- protocols/JabberG/src/jabber_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 6af5a01d2a..c2dc2d50e5 100755 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -237,7 +237,7 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) : if ((m_tszSelectedLang = getUStringA("XmlLang")) == nullptr) m_tszSelectedLang = mir_strdup("en"); - g_plugin.addPopupOption(CMStringW(FORMAT, L"%s error notifications", m_tszUserName), m_bUsePopups); + g_plugin.addPopupOption(CMStringW(FORMAT, TranslateT("%s error notifications"), m_tszUserName), m_bUsePopups); } CJabberProto::~CJabberProto() -- cgit v1.2.3