diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-02-04 22:10:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 22:10:12 +0100 |
commit | c07ae17962b0fbb757c42e873d9c06cdac3a52ae (patch) | |
tree | bf6bcf880cb636aba39620a77b431c3c383f534e /ui/i18n | |
parent | 0f5600932d5894d5653993d48d925df437fe6d00 (diff) | |
download | AntennaPod-c07ae17962b0fbb757c42e873d9c06cdac3a52ae.zip |
Tweak OPML import (#6906)
- Only request storage permission when ContentResolver fails
- Easier to read error message
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index ab65b6c41..be9a9dcbc 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -577,7 +577,7 @@ <string name="database_import_summary">Import AntennaPod database from another device</string> <string name="opml_import_label">OPML import</string> <string name="opml_add_podcast_label">Import podcast list (OPML)</string> - <string name="opml_reader_error">An error has occurred while reading the OPML document:</string> + <string name="opml_reader_error">An error has occurred while reading the file. Make sure that you have actually selected an OPML file and that the file is valid.</string> <string name="opml_import_error_no_file">No file selected!</string> <string name="select_all_label">Select all</string> <string name="deselect_all_label">Deselect all</string> |