diff options
author | Nathan Mascitelli <mascitelli.nathan@gmail.com> | 2020-02-07 10:55:13 -0500 |
---|---|---|
committer | Nathan Mascitelli <mascitelli.nathan@gmail.com> | 2020-03-22 16:19:31 -0400 |
commit | 1eaecf8358b3c5a9b946fa5283f6f60051dbc7b5 (patch) | |
tree | a3e18be00e1f67839a5cf1005d4cb51a1c49c3c1 /core/src/main/res | |
parent | 39e0d20ae7db2bf263ba02ebd9cfaccd5988a96f (diff) | |
download | AntennaPod-1eaecf8358b3c5a9b946fa5283f6f60051dbc7b5.zip |
Add preferences
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index c65aed322..54b6a9f4d 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -470,6 +470,8 @@ <string name="pref_lockscreen_background_sum">Set the lockscreen background to the current episode\'s image. As a side effect, this will also show the image in third party apps.</string> <string name="pref_showDownloadReport_title">Show Download Report</string> <string name="pref_showDownloadReport_sum">If downloads fail, generate a report that shows the details of the failure.</string> + <string name="pref_showAutoDownloadReport_title">Show Auto Download Report</string> + <string name="pref_showAutoDownloadReport_sum">Generate a report that shows the details of auto downloaded episodes.</string> <string name="pref_expand_notify_unsupport_toast">Android versions before 4.1 do not support expanded notifications.</string> <string name="pref_enqueue_location_title">Enqueue Location</string> <string name="pref_enqueue_location_sum">Add episodes to: %1$s</string> |