From 4d795e7ade615ed283387b4dc5a74056bdfbfd62 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 8 Jun 2023 02:27:56 +0300 Subject: Telegeam: reuse string from Facebook and ICQ --- protocols/Telegram/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Telegram') diff --git a/protocols/Telegram/src/utils.cpp b/protocols/Telegram/src/utils.cpp index 79e897bf3f..3415e03c83 100644 --- a/protocols/Telegram/src/utils.cpp +++ b/protocols/Telegram/src/utils.cpp @@ -443,7 +443,7 @@ CMStringA CTelegramProto::GetMessageText(TG_USER *pUser, const TD::message *pMsg } if (!m_bSmileyAdd) - return CMStringA(FORMAT, "%s: %s", TranslateU("You received a sticker"), pSticker->emoji_.c_str()); + return CMStringA(FORMAT, "%s: %s", TranslateU("SmileyAdd plugin required to support stickers"), pSticker->emoji_.c_str()); const char *pwszFileExt; switch (pSticker->format_->get_id()) { -- cgit v1.2.3