diff options
author | ByteHamster <info@bytehamster.com> | 2017-04-15 15:41:54 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2017-04-15 15:41:54 +0200 |
commit | 4e7fef121173e398c2b15f20a20904366cc59e93 (patch) | |
tree | 72097b0b8d2cc7ea7313bf09ca45e8032beed735 /core | |
parent | 769ed8b15efb478f5ad877a71f6dc21a9c3e87b3 (diff) | |
download | AntennaPod-4e7fef121173e398c2b15f20a20904366cc59e93.zip |
Statistics calculation does not respect playback speed
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 4 |
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 7fa9448c6..d44659792 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">The time you actually played podcasts, respecting playback speed</string> - <string name="statistics_mode_count_all">Sum up all played podcast durations, including those just marked as played</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> <!-- Main activity --> <string name="drawer_open">Open menu</string> |