summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-10-24 17:55:02 +0200
committerGitHub <noreply@github.com>2021-10-24 17:55:02 +0200
commita4a9a0f4ffb11ffe80b839f32eda5b4e3488a1bb (patch)
tree70a4184ba48eb8e46e2d6c055e0fbecb95402648 /core/src/main/res/values
parent406d0f17adf53ef0addb968383005dc3271a8b37 (diff)
parent0eeb47ee1e2ad4d2f91c1851480af80fcc364181 (diff)
downloadAntennaPod-a4a9a0f4ffb11ffe80b839f32eda5b4e3488a1bb.zip
Merge pull request #5485 from ByteHamster/media-player-errors
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.xml1
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 648714148..390fe7d95 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>