Skip to content

Commit

Permalink
refactor(YouTube): Use consistent language for 'auto' speed and quality
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Nov 19, 2024
1 parent 774a707 commit 3691fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion patches/src/main/resources/addresources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,8 @@ This is because Crowdin requires temporarily flattening this file and removing t
<string name="revanced_disable_zoom_haptics_summary_off">Haptics are enabled</string>
</patch>
<patch id="video.quality.rememberVideoQualityPatch">
<string name="revanced_video_quality_default_entry_1">Automatic quality</string>
<!-- Translations should use the same text as revanced_custom_playback_speeds_auto -->
<string name="revanced_video_quality_default_entry_1">Auto</string>
<string name="revanced_video_quality_default_entry_2">2160p</string>
<string name="revanced_video_quality_default_entry_3">1440p</string>
<string name="revanced_video_quality_default_entry_4">1080p</string>
Expand Down

0 comments on commit 3691fe6

Please sign in to comment.