1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-17 20:31:23 +00:00

"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
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.