summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorTony Tam <149837+tonytamsf@users.noreply.github.com>2021-01-13 01:56:34 -0800
committerGitHub <noreply@github.com>2021-01-13 10:56:34 +0100
commit7659fd25d8f9a8724c100f8cd2dffe4d1c8588b2 (patch)
tree437a83788f86ebe9dc53a0080157e380462d4533 /core/src/main/res
parent2588b0eca72e811e31dd228d425ab440df50c716 (diff)
downloadAntennaPod-7659fd25d8f9a8724c100f8cd2dffe4d1c8588b2.zip
Do not retry autodownload after SSL errors (#4821)
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml1
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 dca326619..0c87394b4 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -243,6 +243,7 @@
<string name="download_error_file_type_type">File Type Error</string>
<string name="download_error_forbidden">Forbidden</string>
<string name="download_canceled_msg">Download canceled</string>
+ <string name="download_wrong_size">The server connection was lost before completing the download</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">Auto-downloads completed</string>