From fa2eeaa2db87835f6eafcbf83fefb40efc9ab338 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 1 Apr 2019 14:13:32 +0300 Subject: translation fix --- protocols/JabberG/src/jabber_chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/JabberG/src/jabber_chat.cpp b/protocols/JabberG/src/jabber_chat.cpp index 985be14ea9..0eaf3012df 100644 --- a/protocols/JabberG/src/jabber_chat.cpp +++ b/protocols/JabberG/src/jabber_chat.cpp @@ -222,7 +222,7 @@ void CJabberProto::GcLogShowInformation(JABBER_LIST_ITEM *item, pResourceStatus } if (name) - buf.Format(Translate("Role of %s was changed to '%s'."), user->m_szResourceName, name); + buf.Format(TranslateU("Role of %s was changed to '%s'."), user->m_szResourceName, name); } break; } -- cgit v1.2.3