Skip to content

Commit 2918b62

Browse files
chore(YouTube): Fix settings UI typos
1 parent 81cd630 commit 2918b62

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

src/main/kotlin/app/revanced/patches/youtube/layout/thumbnails/AlternativeThumbnailsPatch.kt

+6-6
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ object AlternativeThumbnailsPatch : BytecodePatch(
125125
),
126126
SwitchPreference(
127127
"revanced_alt_thumbnail_dearrow_connection_toast",
128-
StringResource("revanced_alt_thumbnail_dearrow_connection_toast_title", "Show toast if API is not available"),
129-
StringResource("revanced_alt_thumbnail_dearrow_connection_toast_summary_on", "Toast shown if DeArrow is not available"),
130-
StringResource("revanced_alt_thumbnail_dearrow_connection_toast_summary_off", "Toast not shown if DeArrow is not available")
128+
StringResource("revanced_alt_thumbnail_dearrow_connection_toast_title", "Show a toast if API is not available"),
129+
StringResource("revanced_alt_thumbnail_dearrow_connection_toast_summary_on", "Toast is shown if DeArrow is not available"),
130+
StringResource("revanced_alt_thumbnail_dearrow_connection_toast_summary_off", "Toast is not shown if DeArrow is not available")
131131
),
132132
TextPreference(
133133
"revanced_alt_thumbnail_dearrow_api_url",
@@ -148,7 +148,7 @@ object AlternativeThumbnailsPatch : BytecodePatch(
148148
),
149149
StringResource(
150150
"revanced_alt_thumbnail_dearrow_about_summary",
151-
"DeArrow provides crowd sourced thumbnails for YouTube videos. " +
151+
"DeArrow provides crowd-sourced thumbnails for YouTube videos. " +
152152
"These thumbnails are often more relevant than those provided by YouTube. " +
153153
"If enabled, video URLs will be sent to the API server and no other data is sent."
154154
+ "\\n\\nTap here to learn more about DeArrow"
@@ -160,8 +160,8 @@ object AlternativeThumbnailsPatch : BytecodePatch(
160160
SwitchPreference(
161161
"revanced_alt_thumbnail_stills",
162162
StringResource("revanced_alt_thumbnail_stills_title", "Enable still video captures"),
163-
StringResource("revanced_alt_thumbnail_stills_summary_on", "Using YouTube video still captures"),
164-
StringResource("revanced_alt_thumbnail_stills_summary_off", "Not using YouTube video still captures")
163+
StringResource("revanced_alt_thumbnail_stills_summary_on", "Using YouTube still video captures"),
164+
StringResource("revanced_alt_thumbnail_stills_summary_off", "Not using YouTube still video captures")
165165
),
166166
ListPreference(
167167
"revanced_alt_thumbnail_stills_time",

src/main/resources/returnyoutubedislike/host/values/strings.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<string name="revanced_ryd_compact_layout_summary_on">Like button styled for minimum width</string>
2727
<string name="revanced_ryd_compact_layout_summary_off">Like button styled for best appearance</string>
2828

29-
<string name="ryd_toast_on_connection_error_title">Show toast if API is not available</string>
30-
<string name="ryd_toast_on_connection_error_summary_on">Toast shown if ReturnYouTubeDislike API is not available</string>
31-
<string name="ryd_toast_on_connection_error_summary_off">Toast not shown if ReturnYouTubeDislike API is not available</string>
29+
<string name="ryd_toast_on_connection_error_title">Show a toast if API is not available</string>
30+
<string name="ryd_toast_on_connection_error_summary_on">Toast is shown if Return YouTube Dislike is not available</string>
31+
<string name="ryd_toast_on_connection_error_summary_off">Toast is not shown if Return YouTube Dislike is not available</string>
3232

3333
<string name="revanced_ryd_about">About</string>
3434
<string name="revanced_ryd_attribution_title">ReturnYouTubeDislike.com</string>

src/main/resources/sponsorblock/host/values/strings.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<string name="sb_enable_auto_hide_skip_segment_button_sum_on">Skip button hides after a few seconds</string>
1515
<string name="sb_enable_auto_hide_skip_segment_button_sum_off">Skip button displayed for entire segment</string>
1616
<string name="sb_general_skiptoast">Show a toast when skipping automatically</string>
17-
<string name="sb_general_skiptoast_sum_on">Toast shown when a segment is automatically skipped. Tap here to see an example</string>
18-
<string name="sb_general_skiptoast_sum_off">Toast not shown. Tap here to see an example</string>
17+
<string name="sb_general_skiptoast_sum_on">Toast is shown when a segment is automatically skipped. Tap here to see an example</string>
18+
<string name="sb_general_skiptoast_sum_off">Toast is not shown. Tap here to see an example</string>
1919
<string name="sb_general_time_without">Show video length without segments</string>
2020
<string name="sb_general_time_without_sum_on">Video length minus all segments, shown in parentheses next to the full video length</string>
2121
<string name="sb_general_time_without_sum_off">Full video length shown</string>
@@ -35,9 +35,9 @@
3535
<string name="sb_guidelines_popup_open">Show me</string>
3636

3737
<string name="sb_general">General</string>
38-
<string name="sb_toast_on_connection_error_title">Show toast if API is not available</string>
39-
<string name="sb_toast_on_connection_error_summary_on">Toast shown if SponsorBlock API is not available</string>
40-
<string name="sb_toast_on_connection_error_summary_off">Toast not shown if SponsorBlock API is not available</string>
38+
<string name="sb_toast_on_connection_error_title">Show a toast if API is not available</string>
39+
<string name="sb_toast_on_connection_error_summary_on">Toast is shown if SponsorBlock is not available</string>
40+
<string name="sb_toast_on_connection_error_summary_off">Toast is not shown if SponsorBlock is not available</string>
4141
<string name="sb_general_skipcount">Enable skip count tracking</string>
4242
<string name="sb_general_skipcount_sum_on">Lets the SponsorBlock leaderboard know how much time is saved. A message is sent to the leaderboard each time a segment is skipped</string>
4343
<string name="sb_general_skipcount_sum_off">Skip count tracking is not enabled</string>

0 commit comments

Comments
 (0)