diff options
author | Tobias Weimer <wishmaster51@gmail.com> | 2024-09-23 15:25:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 15:25:50 +0300 |
commit | b1a24806c4d3944125f9b41acd9b155126a0f5ad (patch) | |
tree | 4f186db4f0feb9abaa2f28f53607ce0570f919d1 /protocols/Telegram | |
parent | ea62db13f9ea4b3b8bd3238de83f18ddd2af0be2 (diff) |
SkypeWeb
This makes it easier to translate
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;
|