summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2017-04-15 15:52:46 +0200
committerByteHamster <info@bytehamster.com>2017-04-15 15:52:46 +0200
commit2f5fc1966d15054cf0674bc256f422c1ba1cc803 (patch)
treeff2608a49fbb774f144a98d23ab4edd995e73ea8 /core/src
parent4e7fef121173e398c2b15f20a20904366cc59e93 (diff)
downloadAntennaPod-2f5fc1966d15054cf0674bc256f422c1ba1cc803.zip
Added more details to statistics mode description
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index d44659792..622d447b0 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -32,8 +32,8 @@
<string name="total_time_listened_to_podcasts">Total time of podcasts played:</string>
<string name="statistics_details_dialog">%1$d out of %2$d episodes started.\n\nPlayed %3$s out of %4$s.</string>
<string name="statistics_mode">Statistics mode</string>
- <string name="statistics_mode_normal">Duration that was actually played</string>
- <string name="statistics_mode_count_all">Include podcasts that are just marked as played</string>
+ <string name="statistics_mode_normal">Calculate duration that was actually played. Playing twice counts twice, while marking as played does not count.</string>
+ <string name="statistics_mode_count_all">Sum up all podcasts marked as played</string>
<!-- Main activity -->
<string name="drawer_open">Open menu</string>