diff options
author | Nathan Mascitelli <mascitelli.nathan@gmail.com> | 2020-03-12 15:49:25 -0400 |
---|---|---|
committer | Nathan Mascitelli <mascitelli.nathan@gmail.com> | 2020-03-22 16:25:57 -0400 |
commit | 576baf90d874834dc3c0c9d52e40a0882a5c9136 (patch) | |
tree | a6c9797caf689d08b3ab78e4a1eafc8a20f006db /core/src/main/res | |
parent | 7a93f1e513c3616cebd88567fc701578cef357f1 (diff) | |
download | AntennaPod-576baf90d874834dc3c0c9d52e40a0882a5c9136.zip |
Requested changes from review feedback
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 023bf0310..3f0e62105 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -236,7 +236,8 @@ <string name="download_error_forbidden">Forbidden</string> <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</string> + <string name="download_report_title">Downloads completed with error(s)</string> + <string name="auto_download_report_title">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> @@ -784,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 are automatically downloaded.</string> + <string name="notification_channel_error_auto_download">Shown when episodes have been automatically downloaded.</string> <!-- Widget settings --> <string name="widget_settings">Widget settings</string> |