summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2020-10-29 20:42:38 +0100
committerGitHub <noreply@github.com>2020-10-29 20:42:38 +0100
commita0cd1fed2aee5665ea04ea1f1cb51dc6e1692299 (patch)
tree7e92625342b0610a7dbfe065ca5b6c7e0dab15e6
parent4a4392e79739aeab15eb53deab1840be814f3ecf (diff)
parent19697e3aa5131c5a8448dba13e1cac0be4ae45ba (diff)
downloadAntennaPod-a0cd1fed2aee5665ea04ea1f1cb51dc6e1692299.zip
Merge pull request #4614 from ByteHamster/consistent-naming
Be consistent about podcast vs episode
-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 d760052d4..dc6136fdc 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -33,11 +33,11 @@
<string name="notification_pref_fragment">Notifications</string>
<!-- Statistics fragment -->
- <string name="total_time_listened_to_podcasts">Total time of podcasts played:</string>
+ <string name="total_time_listened_to_podcasts">Total time of episodes 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">Calculate duration that was actually played. Playing twice is counted twice, while marking as played is not counted</string>
- <string name="statistics_mode_count_all">Sum up all podcasts marked as played</string>
+ <string name="statistics_mode_count_all">Sum up all episodes 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_msg">This will erase the history of duration played for all episodes. Are you sure you want to proceed?</string>