[Android] Fix typo
Jean-Baptiste Kempf
git at videolan.org
Fri Nov 16 21:16:53 CET 2012
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov 16 21:16:16 2012 +0100| [d86e48ccc834f213b610597f6a9006c350aaabcf] | committer: Jean-Baptiste Kempf
Fix typo
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=d86e48ccc834f213b610597f6a9006c350aaabcf
---
vlc-android/res/values/strings.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index 94610c7..369662d 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -186,8 +186,7 @@
<string-array name="screen_orientation_list">
<item>@string/screen_orientation_sensor</item>
- <item>@string/
-</item>
+ <item>@string/screen_orientation_start_lock</item>
<item>@string/screen_orientation_landscape</item>
<item>@string/screen_orientation_portrait</item>
<item>@string/screen_orientation_reverse_landscape</item>
More information about the Android
mailing list