From d732a35904c1df5c05e74e6a060a74dafe6b928e Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 15 Dec 2020 19:01:50 +0400 Subject: [PATCH] Use 'participants' for voice chats. --- Telegram/Resources/langs/lang.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/Resources/langs/lang.strings b/Telegram/Resources/langs/lang.strings index db32ac4ca..4e49409cd 100644 --- a/Telegram/Resources/langs/lang.strings +++ b/Telegram/Resources/langs/lang.strings @@ -1848,8 +1848,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL "lng_group_call_invite_done_many#one" = "You invited **{count} member** to the voice chat."; "lng_group_call_invite_done_many#other" = "You invited **{count} members** to the voice chat."; "lng_group_call_no_members" = "click to join"; -"lng_group_call_members#one" = "{count} member"; -"lng_group_call_members#other" = "{count} members"; +"lng_group_call_members#one" = "{count} participant"; +"lng_group_call_members#other" = "{count} participants"; "lng_group_call_no_anonymous" = "Sorry, anonymous group admins can't join voice chats."; "lng_group_call_too_many" = "Sorry, there are too many members in this voice chat. Please try again later."; "lng_group_call_context_mute" = "Mute";