diff options
author | Nathan Mascitelli <mascitelli.nathan@gmail.com> | 2020-03-22 16:15:27 -0400 |
---|---|---|
committer | Nathan Mascitelli <mascitelli.nathan@gmail.com> | 2020-03-22 16:28:51 -0400 |
commit | f82f9d702c90577737c2073f7bfc2ef64a6b9b7c (patch) | |
tree | e3ff9a2077cba50cf2f6a8f31ee303dd55f96fb8 /core/src/main/res | |
parent | ad54ed3ec6685ade44e0238841569e0dd3187903 (diff) | |
download | AntennaPod-f82f9d702c90577737c2073f7bfc2ef64a6b9b7c.zip |
Changes based on feedback
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 3f0e62105..2f80ac416 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -237,7 +237,7 @@ <string name="download_canceled_msg">Download canceled</string> <string name="download_canceled_autodownload_enabled_msg">Download canceled\nDisabled <i>Auto Download</i> for this item</string> <string name="download_report_title">Downloads completed with error(s)</string> - <string name="auto_download_report_title">Downloads completed</string> + <string name="auto_download_report_title">Auto-downloads completed</string> <string name="download_report_content_title">Download Report</string> <string name="download_error_malformed_url">Malformed URL</string> <string name="download_error_io_error">IO Error</string> @@ -472,7 +472,7 @@ <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_showAutoDownloadReport_sum">Show a notification for automatically 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> @@ -785,7 +785,7 @@ <string name="notification_channel_error">Errors</string> <string name="notification_channel_error_description">Shown if something went wrong, for example if download or gpodder sync fails.</string> <string name="notification_channel_auto_download">Auto Downloads</string> - <string name="notification_channel_error_auto_download">Shown when episodes have been automatically downloaded.</string> + <string name="notification_channel_episode_auto_download">Shown when episodes have been automatically downloaded.</string> <!-- Widget settings --> <string name="widget_settings">Widget settings</string> |