summaryrefslogtreecommitdiff
path: root/ui/i18n/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2022-03-09 22:10:06 +0100
committerGitHub <noreply@github.com>2022-03-09 22:10:06 +0100
commit05593a16a9d8632228370526ddf65cadf2593b55 (patch)
treebab64444bf115f8a8b2b625948c99eeb9b8795f7 /ui/i18n/src/main/res/values/strings.xml
parent1a1bf02e8a73a3f7a05ced5c850c23fceb2629f0 (diff)
parent5fee865ed4f5f5c12ee18df15652b324caadd909 (diff)
downloadAntennaPod-05593a16a9d8632228370526ddf65cadf2593b55.zip
Merge pull request #5767 from ByteHamster/statistics-tweaks
Make 'to' filter of statistics inclusive
Diffstat (limited to 'ui/i18n/src/main/res/values/strings.xml')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index a75301df1..b29728d16 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -49,7 +49,7 @@
<string name="statistics_to">To</string>
<string name="statistics_today">Today</string>
<string name="statistics_filter_all_time">All time</string>
- <string name="statistics_filter_last_year">Last year</string>
+ <string name="statistics_filter_past_year">Past year</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>
<string name="statistics_counting_range">Played between %1$s and %2$s</string>