[Android] Fix typo in strings

Nicolas Pomepuy git at videolan.org
Tue Dec 19 16:01:12 UTC 2023


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Dec 13 13:49:39 2023 +0100| [5e284c589e75f6b98611f589226ed005d49080bc] | committer: Duncan McNamara

Fix typo in strings

> https://code.videolan.org/videolan/vlc-android/commit/5e284c589e75f6b98611f589226ed005d49080bc
---

 application/resources/src/main/res/values/strings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/resources/src/main/res/values/strings.xml b/application/resources/src/main/res/values/strings.xml
index a5a2469f89..1967738b3c 100644
--- a/application/resources/src/main/res/values/strings.xml
+++ b/application/resources/src/main/res/values/strings.xml
@@ -386,7 +386,7 @@
     <string name="enable_double_tap_play_title">Double tap to play/pause</string>
     <string name="enable_double_tap_play_summary">Double tap on screen center to play or pause</string>
     <string name="enable_swipe_seek_title">Swipe to seek</string>
-    <string name="enable_swipe_seek_summary">Swipe you finger across the screen to seek</string>
+    <string name="enable_swipe_seek_summary">Swipe your finger across the screen to seek</string>
     <string name="enable_scale_gesture_title">Two finger zoom</string>
     <string name="enable_scale_gesture_summary">Zoom in and out with two fingers</string>
     <string name="popup_keepscreen_title">Keep screen ON in Pop-Up mode</string>



More information about the Android mailing list