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.
This commit is contained in:
Keunes 2020-10-19 23:45:04 +02:00 committed by GitHub
parent 8f6c560f01
commit 00fd1d30ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>