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

This commit is contained in:
inotia00 2023-10-09 23:17:26 +09:00
parent 5d22314f06
commit b69fdbdb2c

View File

@ -16,7 +16,7 @@
<string name="revanced_custom_playback_speeds_invalid">Invalid custom playback speeds! Reset to default values.</string> <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 the playback speeds available</string> <string name="revanced_custom_playback_speeds_summary">Add or change the playback speeds available</string>
<string name="revanced_custom_playback_speeds_title">Edit custom 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</string> <string name="revanced_custom_playback_speeds_warning" formatted="false">Custom speeds can't be more than %sx</string>
<string name="revanced_disable_auto_captions_summary">Disables forced auto captions.</string> <string name="revanced_disable_auto_captions_summary">Disables forced auto captions.</string>
<string name="revanced_disable_auto_captions_title">Disable forced auto captions</string> <string name="revanced_disable_auto_captions_title">Disable forced auto captions</string>
<string name="revanced_downloader_not_installed" formatted="false">%s is not installed. Please install it.</string> <string name="revanced_downloader_not_installed" formatted="false">%s is not installed. Please install it.</string>