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