From 2cd2453658622f369b6449d5c8c33326384c2679 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran <dev@ajay.app> Date: Thu, 9 Nov 2023 02:23:46 -0500 Subject: [PATCH] fix(YouTube - SponsorBlock): Rename "Preview/Recap" category to "Preview/Recap/Hook" (#3245) --- src/main/resources/sponsorblock/host/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/sponsorblock/host/values/strings.xml b/src/main/resources/sponsorblock/host/values/strings.xml index cdda3bf0..f3159afd 100644 --- a/src/main/resources/sponsorblock/host/values/strings.xml +++ b/src/main/resources/sponsorblock/host/values/strings.xml @@ -75,7 +75,7 @@ <string name="sb_segments_intro_sum">An interval without actual content. Could be a pause, static frame, or repeating animation. Does not include transitions containing information</string> <string name="sb_segments_outro">Endcards/Credits</string> <string name="sb_segments_outro_sum">Credits or when the YouTube endcards appear. Not for conclusions with information</string> - <string name="sb_segments_preview">Preview/Recap</string> + <string name="sb_segments_preview">Preview/Recap/Hook</string> <string name="sb_segments_preview_sum">Collection of clips that show what is coming up or what happened in the video or in other videos of a series, where all information is repeated elsewhere</string> <string name="sb_segments_filler">Filler Tangent/Jokes</string> <string name="sb_segments_filler_sum">Tangential scenes added only for filler or humor that are not required to understand the main content of the video. Does not include segments providing context or background details</string>