fix(YouTube/Custom playback speed): incorrect warning message

This commit is contained in:
inotia00 2023-10-09 23:16:59 +09:00
parent b0fb19830e
commit 5d22314f06

View File

@ -48,7 +48,7 @@
<string name="revanced_custom_playback_speeds_invalid">Invalid custom playback speeds. Reset to default values.</string>
<string name="revanced_custom_playback_speeds_summary">Add or change available playback speeds</string>
<string name="revanced_custom_playback_speeds_title">Edit custom playback speeds</string>
<string name="revanced_custom_playback_speeds_warning" formatted="false">Custom speeds must be less than %sx. Reset to default values.</string>
<string name="revanced_custom_playback_speeds_warning" formatted="false">Custom speeds can't be more than %sx. Reset to default values.</string>
<string name="revanced_custom_seekbar_color_value_summary">Type the hex code of the seekbar color</string>
<string name="revanced_custom_seekbar_color_value_title">Custom seekbar color value</string>
<string name="revanced_default_app_settings_summary">To open RVX in an external browser, turn on \'Open supported links\' and enable supported web addresses</string>