summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-03-16 00:21:15 +0100
committerGitHub <noreply@github.com>2020-03-16 00:21:15 +0100
commit436187842756beee9b76dba898a172d2a73a7b5e (patch)
tree8e21406a72ae17590198261183ba880a225bf966 /core/src/main/res
parent03d1f41e9bd88e1920be306ef8bcd10642ce5527 (diff)
parenta9d93c90749f463a2f2cba7481084e2ef1d814d5 (diff)
downloadAntennaPod-436187842756beee9b76dba898a172d2a73a7b5e.zip
Merge pull request #3928 from ByteHamster/fix-media-deleted-message
Fixed error message when file was deleted
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 bbdcb912e..7dee73805 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -289,6 +289,7 @@
<string name="player_buffering_msg">Buffering</string>
<string name="player_go_to_picture_in_picture">Picture-in-picture mode</string>
<string name="unknown_media_key">AntennaPod - Unknown media key: %1$d</string>
+ <string name="error_file_not_found">File not found</string>
<!-- Queue operations -->
<string name="lock_queue">Lock Queue</string>