summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJoe Stein <joeaarons@gmail.com>2019-05-18 14:22:37 +0200
committerJoe Stein <joeaarons@gmail.com>2019-05-20 17:41:20 -0400
commit09e138b51f36deeabaafbc7bf72144d8ca458aaa (patch)
tree24859ff3eba0e47dc38e5e4289df1ec6c5f5acf0 /core/src/main/res/values/strings.xml
parentb89271329bb2422ddab1efa990b97304c82512f0 (diff)
downloadAntennaPod-09e138b51f36deeabaafbc7bf72144d8ca458aaa.zip
Check SQLite3 magic bytes before import
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-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 add2dfe14..a02247625 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -796,4 +796,5 @@
<string name="notification_channel_playing_description">Allows to control playback. This is the main notification you see while playing a podcast.</string>
<string name="notification_channel_error">Errors</string>
<string name="notification_channel_error_description">Shown if something went wrong, for example if download or gpodder sync fails.</string>
+ <string name="import_bad_file">Invalid/corrupt file</string>
</resources>