From 83de2b9e7e2023835c452c127fed667df86e6d22 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 19 Oct 2024 19:46:32 +0300 Subject: fixes #4750 (Telegram: add an option not to generate previews for links) --- protocols/Telegram/res/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Telegram/res') diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc index 748f43f55a..88de0a2305 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -97,7 +97,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,83,294,10 CONTROL "Compress files on send",IDC_COMPRESS_FILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,96,294,10 PUSHBUTTON "Log out",IDC_LOGOUT,212,168,86,14 - CONTROL "Generate URL previews",IDC_USE_PREVIEW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,109,294,10 + CONTROL "Include URL preview into message text",IDC_USE_PREVIEW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,109,294,10 END IDD_OPTIONS_ADV DIALOGEX 0, 0, 310, 86 -- cgit v1.2.3