diff options
Diffstat (limited to 'protocols/Telegram')
-rw-r--r-- | protocols/Telegram/src/utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/src/utils.cpp b/protocols/Telegram/src/utils.cpp index 22055f305a..fa38d6cdc9 100644 --- a/protocols/Telegram/src/utils.cpp +++ b/protocols/Telegram/src/utils.cpp @@ -604,6 +604,8 @@ CMStringA CTelegramProto::GetMessageText(TG_USER *pUser, const TD::message *pMsg Chat_ChangeSessionName(pUser->m_si, Utf2T(pDoc->title_.c_str()));
else
setUString(pUser->hContact, "Nick", pDoc->title_.c_str());
+
+ ret.AppendFormat("%s %s", TranslateU("Chat name was changed to"), pDoc->title_.c_str());
}
break;
|