[Android] Improve the playback history warning wording

Nicolas Pomepuy git at videolan.org
Fri Feb 28 10:06:25 UTC 2025


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Feb 28 10:45:24 2025 +0100| [1e846648dd72777b10bc13543f55b24335a509c9] | committer: Nicolas Pomepuy

Improve the playback history warning wording

> https://code.videolan.org/videolan/vlc-android/commit/1e846648dd72777b10bc13543f55b24335a509c9
---

 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 8331a8e2d0..f77f166a20 100644
--- a/application/resources/src/main/res/values/strings.xml
+++ b/application/resources/src/main/res/values/strings.xml
@@ -255,7 +255,7 @@
     <string name="video_resume_playback_summary">Allow saving the video play queue to resume later</string>
     <string name="audio_resume_playback_title">Audio play queue history</string>
     <string name="audio_resume_playback_warning">Disabling the audio play queue history may lead to some behavior issues.\nAfter disabling it you may not be able to resume the playback from:\n\n\t- a  bluetooth device\n\t- the widget\n\t- the media notification</string>
-    <string name="playback_history_warning">Disabling the playback history will hide the history but the media progresses and play state will be saved.\nIf you want to completely hide your activity, use the incognito mode instead.\nYou can also clear your history in the history screen or in the advanced settings.</string>
+    <string name="playback_history_warning">Disabling the playback history will hide the history, the media progress and the seen markers. The app will continue to save your activity and it will be restored if the history is turned back on.\nIf you want to completely stop saving your activity, use the incognito mode instead.\nYou can also clear your history in the history screen or in the advanced settings.</string>
     <string name="audio_resume_playback_summary">Allow saving the audio play queue to resume later</string>
 
     <string name="play_button">Play Button</string>



More information about the Android mailing list