diff options
Diffstat (limited to 'src/chat.cpp')
-rw-r--r-- | src/chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chat.cpp b/src/chat.cpp index 35c6329c3..fd0718707 100644 --- a/src/chat.cpp +++ b/src/chat.cpp @@ -650,6 +650,7 @@ ChatBackend::ChatBackend(): void ChatBackend::addMessage(std::wstring name, std::wstring text) { // Note: A message may consist of multiple lines, for example the MOTD. + text = translate_string(text); WStrfnd fnd(text); while (!fnd.at_end()) { |