summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-11-27 18:40:31 +0100
committerByteHamster <info@bytehamster.com>2022-11-30 19:53:56 +0100
commit75a795e3d744fc78175deff79ccb2aeae113da0a (patch)
treed3e3e167b7dfd289b522d597ed66336c85e4929f /ui
parent3973f450bed152a10aa46de23791f9028da33f8b (diff)
downloadAntennaPod-75a795e3d744fc78175deff79ccb2aeae113da0a.zip
Show human readable error message on details dialog
Diffstat (limited to 'ui')
-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>