Change toast string resource to be useable with different languages

This commit is contained in:
Xiang Rong Lin 2020-03-03 19:50:50 +01:00
parent e3fff4356a
commit efb67b0fd4
2 changed files with 6 additions and 7 deletions

View file

@ -593,7 +593,7 @@
<string name="app_language_title">App language</string>
<string name="systems_language">System default</string>
<string name="dynamic_seek_duration_description">%s seconds</string>
<string name="new_seek_duration_toast">Due to ExoPlayer contraints the seek duration was set to</string>
<string name="new_seek_duration_toast">Due to ExoPlayer contraints the seek duration was set to %d seconds</string>
<plurals name="dynamic_seek_duration_description">
<item quantity="other">%s seconds</item>
</plurals>