diff options
author | ByteHamster <info@bytehamster.com> | 2022-03-05 10:58:20 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-03-05 10:58:20 +0100 |
commit | fc3807aaf56f050794b13c47ca276faf39ca903b (patch) | |
tree | bbf55850ab32bd5d2084fddabdec8c2e5993cf0b /ui/i18n/src/main/res | |
parent | f0aec13ea3be17cb75d0b3de441efeba0ca7995c (diff) | |
download | AntennaPod-fc3807aaf56f050794b13c47ca276faf39ca903b.zip |
Use past year for statistics filter
Diffstat (limited to 'ui/i18n/src/main/res')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 2 |
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> |