From b1a24806c4d3944125f9b41acd9b155126a0f5ad Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 23 Sep 2024 15:25:50 +0300 Subject: SkypeWeb This makes it easier to translate --- protocols/Telegram/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') 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; -- cgit v1.2.3