summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorXavier Gouchet <xavier.gouchet@gmail.com>2019-10-09 14:58:27 +0200
committerXavier Gouchet <xavier.gouchet@gmail.com>2019-10-14 09:14:00 +0200
commit4f65aa015adb43db09df007168a5627874c73caf (patch)
tree436cd454de6177b9c249fd494a78ae73d17f7d1d /core/src/main/res/values
parent49660946f8c1a08b25e6a98d9662b4b73ebb3026 (diff)
downloadAntennaPod-4f65aa015adb43db09df007168a5627874c73caf.zip
Add confirmation dialog before reseting statistics
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index b7478580e..617fa9478 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -38,6 +38,8 @@
<string name="statistics_mode_count_all">Sum up all podcasts marked as played</string>
<string name="statistics_speed_not_counted">Notice: Playback speed is never taken into account.</string>
<string name="statistics_reset_data">Reset statistics data</string>
+ <string name="statistics_reset_data_title">Reset statistics data</string>
+ <string name="statistics_reset_data_msg">This will erase the history of duration played for all episodes. Are you sure you want to proceed ?</string>
<!-- Main activity -->
<string name="drawer_open">Open menu</string>