diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-05-27 12:44:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-27 12:44:44 +0200 |
commit | 46103883ce7af9436dee8acff5e3aa7a247fc79f (patch) | |
tree | 7c5c9eecc2bce1879d2afeecb49e21a42fd7f8b5 /core | |
parent | 35770dc2e22b63b8da298b1be377136c933800a7 (diff) | |
parent | 09e138b51f36deeabaafbc7bf72144d8ca458aaa (diff) | |
download | AntennaPod-46103883ce7af9436dee8acff5e3aa7a247fc79f.zip |
Merge pull request #3191 from jas14/stricter-db-import
Check SQLite3 magic bytes before import
Diffstat (limited to 'core')
-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 2fc311756..89664df34 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -797,4 +797,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> |