"Removed watched videos" changed to "Remove watched streams"

Playlists can also contain audio-only items. Therefore, the term "stream" is used.
This commit is contained in:
tobigr 2025-12-21 20:42:35 +01:00 committed by Stypox
parent 0611d650e7
commit 8f32532acd
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
71 changed files with 74 additions and 74 deletions

View file

@ -370,7 +370,7 @@ public class LocalPlaylistFragment extends BaseLocalListFragment<List<PlaylistSt
final android.widget.CheckBox removePartiallyWatchedCheckbox =
new android.widget.CheckBox(requireContext());
removePartiallyWatchedCheckbox.setText(
R.string.remove_watched_popup_yes_and_partially_watched_videos);
R.string.remove_watched_popup_partially_watched_streams);
// Wrap the checkbox in a container with dialog-like horizontal padding
// so it aligns with the dialog title/message on the start side.