allowing 36 characters for shuffle mode off

PiperOrigin-RevId: 268478545
This commit is contained in:
bachinger 2019-09-11 17:45:32 +01:00 committed by Oliver Woodman
parent cf3cfa1d69
commit 32a8625fb7

View file

@ -34,9 +34,9 @@
<string name="exo_controls_repeat_one_description">Repeat one</string>
<!-- Description for a button that controls the repeat mode of a media playback. In this mode the entire playlist is repeated. [CHAR LIMIT=30] -->
<string name="exo_controls_repeat_all_description">Repeat all</string>
<!-- Description for a button that controls the shuffle mode of media playback. In this mode shuffle is on. [CHAR LIMIT=33] -->
<!-- Description for a button that controls the shuffle mode of media playback. In this mode shuffle is on. [CHAR LIMIT=40] -->
<string name="exo_controls_shuffle_on_description">Shuffle on</string>
<!-- Description for a button that controls the shuffle mode of media playback. In this mode shuffle is off. [CHAR LIMIT=33] -->
<!-- Description for a button that controls the shuffle mode of media playback. In this mode shuffle is off. [CHAR LIMIT=40] -->
<string name="exo_controls_shuffle_off_description">Shuffle off</string>
<!-- Description for a media control button that toggles whether a video playback is fullscreen. [CHAR LIMIT=30] -->
<string name="exo_controls_fullscreen_description">Fullscreen mode</string>