[Android] Fix vlc_authors resource for 'About' page
Geoffrey Métais
git at videolan.org
Wed Feb 7 13:37:21 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Feb 7 13:36:42 2018 +0100| [2262258b0abc674c95b66950dc086b899afa9db0] | committer: Geoffrey Métais
Fix vlc_authors resource for 'About' page
Close #488
> https://code.videolan.org/videolan/vlc-android/commit/2262258b0abc674c95b66950dc086b899afa9db0
---
vlc-android/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index e6a73286f..ed1ee2926 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -245,7 +245,7 @@
<string name="about">About</string>
<string name="about_text">VLC for Android™ is a port of VLC media player, the popular open source media player. The Android™ version can read most files and network streams.</string>
<string name="compiled_by">This version of VLC is compiled by:</string>
- <string name="vlc_authors">VLC Authors.</string>
+ <string name="vlc_authors">and VLC Authors.</string>
<string name="about_link" translatable="false"> <a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a></string>
<string name="about_copyright" translatable="false">Copyleft © 1996–2017 by VideoLAN.\n</string>
<string name="authors" translatable="false">Edward Wang, Sébastien Toque, Adrien Maglo, Jean-Baptiste Kempf, Ludovic Fauvet, Rafaël Carré, Alexandre Perraud, Michael Merg, Martin Storsjö, Rémi Duraffort, Dominique Martinet, Jean-Philippe André, Felix Abecassis, Christoph Miebach, Hugo Beauzée-Luyssen, Felix Paul Kühne, John Mooring, Pavol Rusnak, Rohit Yadav, Tanguy Pruvot, Thomas Clavier, Asad Mehmood, Garret Kelly, Philipp Dreimann, Walter Heck, Thomas Guillem, Geoffrey Métais.</string>
More information about the Android
mailing list