From df15c67dabd1a58c69b094fd7b606ae7852cd257 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 31 Aug 2021 22:10:56 +0300 Subject: [PATCH] Improve phrase in forwarding options box. --- Telegram/Resources/langs/lang.strings | 6 ++---- Telegram/SourceFiles/ui/chat/forward_options_box.cpp | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Telegram/Resources/langs/lang.strings b/Telegram/Resources/langs/lang.strings index b5ead24a1..c909cdaec 100644 --- a/Telegram/Resources/langs/lang.strings +++ b/Telegram/Resources/langs/lang.strings @@ -2511,13 +2511,11 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL "lng_date_input_month" = "Month"; "lng_date_input_year" = "Year"; -"lng_forward_header" = "Forward message"; "lng_forward_title" = "Forward Message"; "lng_forward_many_title#one" = "Forward {count} Message"; "lng_forward_many_title#other" = "Forward {count} Messages"; -"lng_forward_about" = "You can remove the sender's name from this message as if it was sent by you."; -"lng_forward_about_many#one" = "You can remove senders' name from {count} forwarded message as if it was sent by you."; -"lng_forward_about_many#other" = "You can remove senders' names from {count} forwarded messages as if they were sent by you."; +"lng_forward_about" = "You can remove the sender's name so that this message will look like it was sent by you."; +"lng_forward_many_about" = "You can remove the senders’ names so that these messages will look like they were sent by you."; "lng_forward_show_sender" = "Show sender's name"; "lng_forward_show_senders" = "Show senders' names"; "lng_forward_show_caption" = "Show caption"; diff --git a/Telegram/SourceFiles/ui/chat/forward_options_box.cpp b/Telegram/SourceFiles/ui/chat/forward_options_box.cpp index 8e346d4b6..ee1f668d4 100644 --- a/Telegram/SourceFiles/ui/chat/forward_options_box.cpp +++ b/Telegram/SourceFiles/ui/chat/forward_options_box.cpp @@ -37,9 +37,7 @@ void ForwardOptionsBox( box.get(), (count == 1 ? tr::lng_forward_about() - : tr::lng_forward_about_many( - lt_count, - rpl::single(count) | tr::to_count())), + : tr::lng_forward_many_about()), st::boxLabel), st::boxRowPadding); const auto checkboxPadding = style::margins(