summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorKeunes <11229646+keunes@users.noreply.github.com>2020-10-19 23:45:04 +0200
committerGitHub <noreply@github.com>2020-10-19 23:45:04 +0200
commit00fd1d30abb277b765c6ded7ce28f3e75e3bffee (patch)
tree61a41b68e68a0380bc849815cec39a13323cfc6a /core
parent8f6c560f01334c1fa0e74b05cbf1dbad05119572 (diff)
downloadAntennaPod-00fd1d30abb277b765c6ded7ce28f3e75e3bffee.zip
Clarify 'downloads' statistic (#4558)
"Total size of downloaded podcasts" might be interpreted as the total cumulative size of all episodes ever downloaded. This is to improve the string so it's clear that it's about the episodes currently on the device.
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index bcc8e6303..f3b59ecd5 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -42,7 +42,7 @@
<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>
<!-- Download Statistics fragment -->
- <string name="total_size_downloaded_podcasts">Total size of downloaded podcasts:</string>
+ <string name="total_size_downloaded_podcasts">Total size of episodes on the device:</string>
<!-- Main activity -->
<string name="drawer_open">Open menu</string>