diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-04-15 17:33:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 17:33:21 +0200 |
commit | 8396a346707677ce22373a96e905bb1763d5cfb9 (patch) | |
tree | 58e714b91ce072bbba6f361eb694eea2d68d97c6 /ui | |
parent | 84e1ff248f6e6c437dd5ecaf8217a7ee6b5c1af5 (diff) | |
download | AntennaPod-8396a346707677ce22373a96e905bb1763d5cfb9.zip |
Replace Network+Storage preferences with Downloads (#6434)
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 1d11d4557..68bde475c 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -370,8 +370,6 @@ <string name="no_subscriptions_label">To subscribe to a podcast, press the plus icon below.</string> <!-- Preferences --> - <string name="storage_pref">Storage</string> - <string name="storage_sum">Episode auto delete, Import, Export</string> <string name="project_pref">Project</string> <string name="synchronization_pref">Synchronization</string> <string name="synchronization_sum">Synchronize with other devices</string> @@ -411,8 +409,8 @@ <string name="pref_favorite_keeps_episodes_title">Keep Favorite Episodes</string> <string name="playback_pref">Playback</string> <string name="playback_pref_sum">Headphone controls, Skip intervals, Queue</string> - <string name="network_pref">Network</string> - <string name="network_pref_sum">Update interval, Download controls, Mobile data</string> + <string name="downloads_pref">Downloads</string> + <string name="downloads_pref_sum">Update interval, Mobile data, Automatic download, Automatic deletion</string> <string name="feed_refresh_title">Refresh podcasts</string> <string name="feed_refresh_sum">Specify an interval at which AntennaPod looks for new episodes automatically</string> <string name="feed_refresh_never">Never</string> |