summaryrefslogtreecommitdiff
path: root/ui/i18n/src/main/res
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2022-11-30 21:16:13 +0100
committerGitHub <noreply@github.com>2022-11-30 21:16:13 +0100
commitbc3b7179112e986958bbb4773419ec94eb3aa67f (patch)
tree258b84d762588e8fe9d7491dde67c9367da02461 /ui/i18n/src/main/res
parentbec1eaa679745c4302bf562bf89eea2d895fa8fe (diff)
parent75a795e3d744fc78175deff79ccb2aeae113da0a (diff)
downloadAntennaPod-bc3b7179112e986958bbb4773419ec94eb3aa67f.zip
Merge pull request #6200 from ByteHamster/detailed-error-message
Show human readable error message on details dialog
Diffstat (limited to 'ui/i18n/src/main/res')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index 327d758f0..6991720d5 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -256,7 +256,7 @@
<string name="download_pending">Download pending</string>
<string name="download_running">Download running</string>
<string name="download_error_details">Details</string>
- <string name="download_error_details_message">%1$s \n\nFile URL:\n%2$s</string>
+ <string name="download_log_details_message">%1$s \n\nTechnical reason: \n%2$s \n\nFile URL:\n%3$s</string>
<string name="download_error_tap_for_details">Tap to view details.</string>
<string name="download_error_device_not_found">Storage Device not found</string>
<string name="download_error_insufficient_space">There is not enough space left on your device.</string>