@@ -125,9 +125,9 @@ object AlternativeThumbnailsPatch : BytecodePatch(
125
125
),
126
126
SwitchPreference (
127
127
" 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" )
131
131
),
132
132
TextPreference (
133
133
" revanced_alt_thumbnail_dearrow_api_url" ,
@@ -148,7 +148,7 @@ object AlternativeThumbnailsPatch : BytecodePatch(
148
148
),
149
149
StringResource (
150
150
" revanced_alt_thumbnail_dearrow_about_summary" ,
151
- " DeArrow provides crowd sourced thumbnails for YouTube videos. " +
151
+ " DeArrow provides crowd- sourced thumbnails for YouTube videos. " +
152
152
" These thumbnails are often more relevant than those provided by YouTube. " +
153
153
" If enabled, video URLs will be sent to the API server and no other data is sent."
154
154
+ " \\ n\\ nTap here to learn more about DeArrow"
@@ -160,8 +160,8 @@ object AlternativeThumbnailsPatch : BytecodePatch(
160
160
SwitchPreference (
161
161
" revanced_alt_thumbnail_stills" ,
162
162
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" )
165
165
),
166
166
ListPreference (
167
167
" revanced_alt_thumbnail_stills_time" ,
0 commit comments