Skip to content

Commit 13998bb

Browse files
fix(YouTube - Hide layout components): Adjust settings text (#3745)
1 parent a20f8d5 commit 13998bb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ object HideLayoutComponentsPatch : BytecodePatch(
138138
SwitchPreference("revanced_hide_search_result_recommendations"),
139139
SwitchPreference("revanced_hide_search_result_shelf_header"),
140140
SwitchPreference("revanced_hide_show_more_button"),
141-
SwitchPreference("revanced_hide_yoodles"),
141+
SwitchPreference("revanced_hide_doodles"),
142142
PreferenceScreen(
143143
key = "revanced_hide_keyword_content_screen",
144144
sorting = Sorting.UNSORTED,

src/main/resources/addresources/values/strings.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,11 @@ This is because Crowdin requires temporarily flattening this file and removing t
232232
<string name="revanced_hide_description_components_screen_title">Video description</string>
233233
<string name="revanced_hide_description_components_screen_summary">Hide or show video description components</string>
234234

235-
<!-- Yes, YouTube gave this feature the goofy name of "Yoodles". https://logos.fandom.com/wiki/YouTube/Yoodles -->
236-
<string name="revanced_hide_yoodles_title">Hide Yoodles (YouTube Doodles)</string>
237-
<string name="revanced_hide_yoodles_summary_on">Search bar Yoodles are hidden</string>
238-
<string name="revanced_hide_yoodles_summary_off">Search bar Yoodles will be periodically shown</string>
239-
<string name="revanced_hide_yoodles_user_dialog_message">YouTube Yoodles show up a few days each year.\n\nIf a Yoodle is currently showing in your region and this hide setting is on, then the filter bar below the search bar will also be hidden.</string>
235+
<!-- https://logos.fandom.com/wiki/YouTube/Yoodles -->
236+
<string name="revanced_hide_doodles_title">Hide YouTube Doodles</string>
237+
<string name="revanced_hide_doodles_summary_on">Search bar Doodles are hidden</string>
238+
<string name="revanced_hide_doodles_summary_off">Search bar Doodles are shown</string>
239+
<string name="revanced_hide_doodles_user_dialog_message">YouTube Doodles show up a few days each year.\n\nIf a Doodle is currently showing in your region and this hide setting is on, then the filter bar below the search bar will also be hidden.</string>
240240

241241
<string name="revanced_custom_filter_screen_title">Custom filter</string>
242242
<string name="revanced_custom_filter_screen_summary">Hide components using custom filters</string>

0 commit comments

Comments
 (0)