summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-03-04 12:02:00 +0100
committerByteHamster <info@bytehamster.com>2021-03-04 12:10:01 +0100
commit2e750effa1d19dd2a8814e713f9e369779a0ce8b (patch)
tree2c2058288b1ae244d9036dbeaab2b669c48f17fb /core/src/main/res
parent6020f481c5a5037f6e7c15f2d85828892cf10192 (diff)
downloadAntennaPod-2e750effa1d19dd2a8814e713f9e369779a0ce8b.zip
Make errors on 'add feed' page more pretty
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 8bdd735f2..c29a24ead 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -255,7 +255,7 @@
<string name="download_error_unsupported_type_html">The podcast host\'s server sent a website, not a podcast.</string>
<string name="download_error_not_found">The podcast host\'s server does not know where to find the file. It may have been deleted.</string>
<string name="download_error_connection_error">Connection Error</string>
- <string name="download_error_unknown_host">Unknown Host</string>
+ <string name="download_error_unknown_host">Cannot find the server. Check if the address is typed correctly and if you have a working network connection.</string>
<string name="download_error_unauthorized">Authentication Error</string>
<string name="download_error_file_type_type">File Type Error</string>
<string name="download_error_forbidden">The podcast host\'s server refuses to respond.</string>