summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2017-04-15 15:34:31 +0200
committerByteHamster <info@bytehamster.com>2017-04-15 15:34:31 +0200
commit769ed8b15efb478f5ad877a71f6dc21a9c3e87b3 (patch)
tree537aa6db8fb328510a0b3d666470a3844780c1f0 /core/src/main/res/values/strings.xml
parent416117515c4e52727f91987e5b537256da34f09a (diff)
downloadAntennaPod-769ed8b15efb478f5ad877a71f6dc21a9c3e87b3.zip
Renamed type to mode
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-rw-r--r--core/src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index f0388b174..7fa9448c6 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -31,9 +31,9 @@
<!-- Statistics fragment -->
<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="calculation_type">Calculation type</string>
- <string name="calculation_type_normal">The time you actually played podcasts, respecting playback speed</string>
- <string name="calculation_type_count_all">Sum up all played podcast durations, including those just marked as played</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>
<!-- Main activity -->
<string name="drawer_open">Open menu</string>