summaryrefslogtreecommitdiff
path: root/ui/i18n
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-03-05 10:58:20 +0100
committerByteHamster <info@bytehamster.com>2022-03-05 10:58:20 +0100
commitfc3807aaf56f050794b13c47ca276faf39ca903b (patch)
treebbf55850ab32bd5d2084fddabdec8c2e5993cf0b /ui/i18n
parentf0aec13ea3be17cb75d0b3de441efeba0ca7995c (diff)
downloadAntennaPod-fc3807aaf56f050794b13c47ca276faf39ca903b.zip
Use past year for statistics filter
Diffstat (limited to 'ui/i18n')
-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 197d0c636..4dc7256b2 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>