diff options
author | Vishnu Sanal T <50027064+VishnuSanal@users.noreply.github.com> | 2022-11-06 15:26:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 10:56:01 +0100 |
commit | e4d4c69519c7854f1852d80a3b47eebe30e6a3d5 (patch) | |
tree | 020de38d751e759ff6691dc8e75fac830e93b843 /ui/i18n/src | |
parent | be8c8cef4d974f7ecaee858591182065651dca93 (diff) | |
download | AntennaPod-e4d4c69519c7854f1852d80a3b47eebe30e6a3d5.zip |
Add confirmation dialog for clearing history (#6175)
Diffstat (limited to 'ui/i18n/src')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 884ffab29..ffb2da237 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -93,6 +93,7 @@ <!-- Playback history --> <string name="clear_history_label">Clear History</string> + <string name="clear_playback_history_msg">This will clear the entire playback history. Are you sure you want to proceed?</string> <!-- Other --> <string name="confirm_label">Confirm</string> |