From 2164caaab79ff6d7b0dcff441bb4273c6b794d83 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Fri, 17 Sep 2021 18:17:48 +0300 Subject: [PATCH] Fixed formatting of comments count. --- .../SourceFiles/history/view/history_view_replies_section.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/history/view/history_view_replies_section.cpp b/Telegram/SourceFiles/history/view/history_view_replies_section.cpp index 5ca38d157..4950615dd 100644 --- a/Telegram/SourceFiles/history/view/history_view_replies_section.cpp +++ b/Telegram/SourceFiles/history/view/history_view_replies_section.cpp @@ -1537,7 +1537,7 @@ void RepliesWidget::restoreState(not_null memento) { ? (areComments ? tr::lng_comments_header : tr::lng_replies_header)( - lt_count, + lt_count_decimal, rpl::single(count) | tr::to_count()) : (areComments ? tr::lng_comments_header_none