[Android] Update the about description text

Nicolas Pomepuy git at videolan.org
Tue Jan 18 12:23:24 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Nov 10 07:45:44 2021 +0100| [6e84aa976fe08f34fa73949447c4f2ba1bc86f48] | committer: Nicolas Pomepuy

Update the about description text

> https://code.videolan.org/videolan/vlc-android/commit/6e84aa976fe08f34fa73949447c4f2ba1bc86f48
---

 application/resources/src/main/res/values/strings.xml | 2 +-
 application/vlc-android/res/layout/about.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/application/resources/src/main/res/values/strings.xml b/application/resources/src/main/res/values/strings.xml
index 019a5d0e4..4fb8b4b74 100644
--- a/application/resources/src/main/res/values/strings.xml
+++ b/application/resources/src/main/res/values/strings.xml
@@ -257,7 +257,7 @@
     <string name="app_name_full">VLC for Android</string>
     <string name="revision">Revision</string>
     <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="about_vlc_text">VLC for Androidâ„¢ is a port of VLC media player, the popular open source media player. The Androidâ„¢ version can read all files and network streams.</string>
     <string name="authors">Authors</string>
     <string name="about_copyright" translatable="false">Copyleft © 1996–2021 by VideoLAN</string>
     <string name="about_license" translatable="false">GNU General Public License v2.0</string>
diff --git a/application/vlc-android/res/layout/about.xml b/application/vlc-android/res/layout/about.xml
index e7f5ef511..eb169550e 100644
--- a/application/vlc-android/res/layout/about.xml
+++ b/application/vlc-android/res/layout/about.xml
@@ -45,7 +45,7 @@
                 android:layout_marginStart="24dp"
                 android:layout_marginTop="8dp"
                 android:layout_marginEnd="24dp"
-                android:text="@string/about_text"
+                android:text="@string/about_vlc_text"
                 android:textAlignment="center"
                 android:textColor="?attr/font_light"
                 app:layout_constraintEnd_toEndOf="parent"



More information about the Android mailing list