diff --git a/Telegram/Resources/langs/lang.strings b/Telegram/Resources/langs/lang.strings index 87c7b9689..b59129ef6 100644 --- a/Telegram/Resources/langs/lang.strings +++ b/Telegram/Resources/langs/lang.strings @@ -2239,7 +2239,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL "lng_group_call_recording_start_checkbox" = "Also record video"; "lng_group_call_recording_start_audio_subtitle" = "This chat will be recorded into an audio file"; "lng_group_call_recording_start_video_subtitle" = "Choose video orientation"; -"lng_group_call_is_recorded" = "Voice chat is being recorded."; +"lng_group_call_is_recorded" = "The audio stream is being recorded."; +"lng_group_call_is_recorded_video" = "The video stream is being recorded."; "lng_group_call_is_recorded_channel" = "Live stream is being recorded."; "lng_group_call_can_speak_here" = "You can now speak."; "lng_group_call_can_speak" = "You can now speak in {chat}."; diff --git a/Telegram/SourceFiles/calls/group/calls_group_panel.cpp b/Telegram/SourceFiles/calls/group/calls_group_panel.cpp index 05460ed4d..c71c5228b 100644 --- a/Telegram/SourceFiles/calls/group/calls_group_panel.cpp +++ b/Telegram/SourceFiles/calls/group/calls_group_panel.cpp @@ -1000,6 +1000,8 @@ void Panel::subscribeToChanges(not_null real) { _recordingMark->setClickedCallback([=] { showToast({ (livestream ? tr::lng_group_call_is_recorded_channel + : real->recordVideo() + ? tr::lng_group_call_is_recorded_video : tr::lng_group_call_is_recorded)(tr::now) }); }); const auto animate = [=] {