summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-03-29 18:27:29 +0300
committerdartraiden <wowemuh@gmail.com>2022-03-29 18:31:37 +0300
commit312fb4b5af8c8768e146654970e5c1d57dff4c5e (patch)
treea4025cdceed5d5f0006791d0b93adc3c2df1eb33
parent3c696db0ba4746577be655e36dce214e3b0259f3 (diff)
Jabber: make popup item translatable
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.cpp2
1 files changed, 1 insertions, 1 deletions
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()