Skip to content

Commit

Permalink
Tutorial player strings reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
comradekingu authored and gzsombor committed Oct 22, 2021
1 parent cbca573 commit ee8107d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/values/strings_tutorial_player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<string name="skip">Skip</string>
<string name="page_counter">%1$d of %2$d</string>

<string name="tutorial_slide_1">Swipe left to view comments.</string>
<string name="tutorial_slide_2">Swipe up to view the video\'s description.</string>
<string name="tutorial_slide_3">Swipe horizontally to seek forward or back.</string>
<string name="tutorial_slide_4">Swipe vertically to adjust volume.</string>
<string name="tutorial_slide_5">Swipe vertically to adjust brightness.</string>
<string name="tutorial_slide_1">Swipe to view comments.</string>
<string name="tutorial_slide_2">Swipe to view the video\'s description.</string>
<string name="tutorial_slide_3">Swipe ← → to seek forward or back.</string>
<string name="tutorial_slide_4">Swipe ↑ ↓ to adjust volume.</string>
<string name="tutorial_slide_5">Swipe ↑ ↓ to adjust brightness.</string>
<string name="tutorial_slide_6">Double tap to pause or play a video.</string>
</resources>
</resources>

0 comments on commit ee8107d

Please sign in to comment.