diff options
author | ByteHamster <info@bytehamster.com> | 2021-10-24 12:33:45 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-10-24 12:45:23 +0200 |
commit | 0eeb47ee1e2ad4d2f91c1851480af80fcc364181 (patch) | |
tree | c2e6127f3ed72eae9bf4e05d10e1c568572feb93 /core/src/main/res/values | |
parent | e734d43e7287a0f0f3f678c5875a34bf6bc75716 (diff) | |
download | AntennaPod-0eeb47ee1e2ad4d2f91c1851480af80fcc364181.zip |
Show actual error messages instead of just the error codes
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 5d86109c3..804bf7af8 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -295,7 +295,6 @@ <string name="confirm_mobile_download_dialog_enable_temporarily">Allow temporarily</string> <!-- Mediaplayer messages --> - <string name="player_error_msg">Error!</string> <string name="playback_error_server_died">Server died</string> <string name="playback_error_unsupported">Unsupported media type</string> <string name="playback_error_timeout">Operation timed out</string> |