diff options
author | agibault <gibault.anthony@icloud.com> | 2022-01-04 11:46:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 11:46:27 +0100 |
commit | 92759d8d0519baa9d2bdc1acc08b02cc7a23afa8 (patch) | |
tree | 71c17eafeee8e86f6f04c419e7934ccda38ae6b6 /core/src/main/res/values | |
parent | 6154c8a282ce4b83654bf130ad506948fd2f2fc7 (diff) | |
download | AntennaPod-92759d8d0519baa9d2bdc1acc08b02cc7a23afa8.zip |
Try to get missing feed url from discover with a search (#5620)
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 5ed065793..dc3f390da 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -282,6 +282,7 @@ <string name="download_type_media">Media file</string> <string name="download_request_error_dialog_message_prefix">An error occurred when trying to download the file:\u0020</string> <string name="null_value_podcast_error">No podcast was provided that could be shown.</string> + <string name="no_feed_url_podcast_found_by_search">The suggested podcast did not have an RSS link, AntennaPod found a podcast that could match</string> <string name="authentication_notification_title">Authentication required</string> <string name="authentication_notification_msg">The resource you requested requires a username and a password</string> <string name="confirm_mobile_download_dialog_title">Confirm Mobile Download</string> |