[Android] WhatsNewDialog: reword never again checkbox

Duncan McNamara git at videolan.org
Wed Jan 31 07:12:40 UTC 2024


vlc-android | branch: master | Duncan McNamara <dcn.mcnamara at gmail.com> | Tue Jan 30 17:44:56 2024 +0100| [33f5f9e5576899cf14930d1fcdec46e89d581fcb] | committer: Nicolas Pomepuy

WhatsNewDialog: reword never again checkbox

This is make it clear that even for the next version, the dialog won't
show.

> https://code.videolan.org/videolan/vlc-android/commit/33f5f9e5576899cf14930d1fcdec46e89d581fcb
---

 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 4b5c00a4d0..ea1fcee0f8 100644
--- a/application/resources/src/main/res/values/strings.xml
+++ b/application/resources/src/main/res/values/strings.xml
@@ -641,7 +641,7 @@
     <string name="partial_content">VLC cannot access all of your files</string>
     <string name="partial_content_description">Starting with Android 11, applications need a special permission to access all device\'s files.\n\n%s</string>
     <string name="never_ask_again">Never ask again</string>
-    <string name="never_show_again">Never show again</string>
+    <string name="never_show_again">Never show again, even for future versions</string>
     <string name="allow_settings_access_ringtone_title">Allow VLC to set the ringtone</string>
     <string name="allow_settings_access_ringtone_description">VLC needs you to grant this permission to set up this song as your ringtone.</string>
     <string name="allow_settings_access_brightness_title">Allow VLC to change brightness mode</string>



More information about the Android mailing list