diff options
author | ByteHamster <info@bytehamster.com> | 2022-07-25 21:36:11 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-07-25 21:36:49 +0200 |
commit | db7571ebc25cf34c2da8446fa6d1f61397ccbc17 (patch) | |
tree | 89d278d3e4a7d17bd340668284238159671246e4 /ui | |
parent | 50eee88484a94eabdd1978961b5c604ea3b818d8 (diff) | |
download | AntennaPod-db7571ebc25cf34c2da8446fa6d1f61397ccbc17.zip |
Add statistics moved message
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index aa7fa18d4..3b6c29c31 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -355,6 +355,7 @@ <!-- Preferences --> <string name="storage_pref">Storage</string> <string name="storage_sum">Episode auto delete, Import, Export</string> + <string name="statistics_moved">The statistics screen was moved to the subscriptions screen. You can open it from there.</string> <string name="project_pref">Project</string> <string name="synchronization_pref">Synchronization</string> <string name="synchronization_sum">Synchronize with other devices</string> |