diff options
author | Joe Stein <joeaarons@gmail.com> | 2019-05-18 14:22:37 +0200 |
---|---|---|
committer | Joe Stein <joeaarons@gmail.com> | 2019-05-20 17:41:20 -0400 |
commit | 09e138b51f36deeabaafbc7bf72144d8ca458aaa (patch) | |
tree | 24859ff3eba0e47dc38e5e4289df1ec6c5f5acf0 /core/src/main/res | |
parent | b89271329bb2422ddab1efa990b97304c82512f0 (diff) | |
download | AntennaPod-09e138b51f36deeabaafbc7bf72144d8ca458aaa.zip |
Check SQLite3 magic bytes before import
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
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> |