Clarify what deleting does (#8165)

We got reports from more than one person that they did not find how to remove a subscription: https://forum.antennapod.org/t/remove-podcast-not-showing-up-on-menu/7779
I think the problem here was that the explanation text does not mention the subscription itself. It only mentions that we remove all episodes.
Update the text to explicitly state that it removes the subscription including its episodes.
This commit is contained in:
Hans-Peter Lehmann
2025-12-23 08:10:05 +01:00
committed by GitHub
parent 7895f1aa08
commit b7530255ee

View File

@ -212,8 +212,8 @@
<string name="remove_feed_label">Delete</string>
<string name="share_label">Share</string>
<string name="share_file_label">Share file</string>
<string name="feed_delete_explanation_delete">Deleting will remove ALL its episodes including downloads, playback history, and statistics.</string>
<string name="feed_delete_explanation_archive">Archiving will hide it from the subscription list and avoid it getting updates. Downloads, statistics and playback state are kept.</string>
<string name="feed_delete_explanation_delete">Deleting removes the subscription including all its episodes, downloads, playback history, and statistics.</string>
<string name="feed_delete_explanation_archive">Archiving hides the subscription from the list and stops looking for new episodes. Downloads, statistics and playback state are kept.</string>
<string name="archiving_podcast_progress">Archiving podcast %1$d of %2$d…</string>
<string name="deleting_podcast_progress">Deleting podcast %1$d of %2$d…</string>
<string name="load_complete_feed">Refresh complete podcast</string>