From b623bb11f5b9f0df3098671b7b3edb0939b1170e Mon Sep 17 00:00:00 2001 From: "ulukyn@gmail.com" Date: Tue, 12 Dec 2017 00:22:06 +0100 Subject: [PATCH] Fixed: Adding translation to bots names (with tags) when displaying "xxx says: ..." --HG-- branch : patches-from-atys --- code/ryzom/client/src/client_chat_manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/ryzom/client/src/client_chat_manager.cpp b/code/ryzom/client/src/client_chat_manager.cpp index 3211e764c..c54aa6c0b 100644 --- a/code/ryzom/client/src/client_chat_manager.cpp +++ b/code/ryzom/client/src/client_chat_manager.cpp @@ -1052,6 +1052,7 @@ void CClientChatManager::buildChatSentence(TDataSetIndex /* compressedSenderInde } } + senderName = STRING_MANAGER::CStringManagerClient::getLocalizedName(senderName); switch(type) { case CChatGroup::shout: