[Android] Rename the application to VLC.
Jean-Baptiste Kempf
git at videolan.org
Mon Jun 25 17:06:14 CEST 2012
android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 25 17:01:00 2012 +0200| [c33adde6e5aaaa46fca12b36914c7129c71b7e9b] | committer: Jean-Baptiste Kempf
Rename the application to VLC.
This avoid "..." when used on the home screen as a shortcut
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=c33adde6e5aaaa46fca12b36914c7129c71b7e9b
---
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 0019c2a..49df8a6 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Main VLC Interface -->
- <string name="app_name" translatable="false">VLC media player</string>
+ <string name="app_name" translatable="false">VLC</string>
<string name="filebrowser_sdfail">Unable to open SD card. Please check it is mounted correctly.</string>
<string name="filebrowser_root">Root</string>
<string name="filebrowser_parent">..</string>
More information about the Android
mailing list