diff options
author | ByteHamster <info@bytehamster.com> | 2022-02-20 12:07:21 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-02-21 22:54:40 +0100 |
commit | 7ab6d08ea589aae7db2f7bdf1b28833f45ba9943 (patch) | |
tree | 3cb1943e5640e65f8876e4053d131f88a3df66fe /core/src/main/res/values | |
parent | b6d23168707bd55e5bb4060a9cd8e8ecf96a9716 (diff) | |
download | AntennaPod-7ab6d08ea589aae7db2f7bdf1b28833f45ba9943.zip |
Add line graph to statistics screen
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 67dd3b3e4..783065178 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -28,8 +28,7 @@ <string name="gpodnet_main_label">gpodder.net</string> <string name="episode_cache_full_title">Episode cache full</string> <string name="episode_cache_full_message">The episode cache limit has been reached. You can increase the cache size in the Settings.</string> - <string name="playback_statistics_label">Playback</string> - <string name="download_statistics_label">Downloads</string> + <string name="years_statistics_label">Years</string> <string name="notification_pref_fragment">Notifications</string> <!-- Google Assistant --> |