From 284173ec3c40d90d54b88ca381e231465be77463 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 27 Feb 2026 23:59:16 +0400 Subject: [PATCH] Trim trailing dot in single line service messages. --- Telegram/Resources/langs/lang.strings | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Telegram/Resources/langs/lang.strings b/Telegram/Resources/langs/lang.strings index 61f7533093..9e59fffc3a 100644 --- a/Telegram/Resources/langs/lang.strings +++ b/Telegram/Resources/langs/lang.strings @@ -1913,11 +1913,11 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL "lng_enable_sharing_request_text" = "You need **{name}'s** approval to enable sharing. Send a request?"; "lng_enable_sharing_request_button" = "Send Request"; -"lng_action_no_forwards_you_disabled" = "You disabled sharing in this chat."; -"lng_action_no_forwards_you_enabled" = "You enabled sharing in this chat."; -"lng_action_no_forwards_disabled" = "{from} disabled sharing in this chat."; -"lng_action_no_forwards_enabled" = "{from} enabled sharing in this chat."; -"lng_action_no_forwards_still_disabled" = "Sharing in this chat is still disabled."; +"lng_action_no_forwards_you_disabled" = "You disabled sharing in this chat"; +"lng_action_no_forwards_you_enabled" = "You enabled sharing in this chat"; +"lng_action_no_forwards_disabled" = "{from} disabled sharing in this chat"; +"lng_action_no_forwards_enabled" = "{from} enabled sharing in this chat"; +"lng_action_no_forwards_still_disabled" = "Sharing in this chat is still disabled"; "lng_action_no_forwards_request" = "{from} would like to enable sharing in this chat, which includes:"; "lng_action_no_forwards_request_you" = "You requested to enable sharing in this chat, which includes:"; "lng_action_no_forwards_feature_forwarding" = "Forwarding messages"; @@ -1925,7 +1925,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL "lng_action_no_forwards_feature_copying" = "Copying messages"; "lng_action_no_forwards_accept" = "Accept"; "lng_action_no_forwards_reject" = "Reject"; -"lng_action_no_forwards_request_expired" = "Sharing enable request has expired."; +"lng_action_no_forwards_request_expired" = "Sharing enable request has expired"; "lng_manage_peer_bot_public_link" = "Public Link"; "lng_manage_peer_bot_public_links" = "Public Links";