diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-02-22 07:52:46 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-02-22 07:55:02 +0100 |
commit | 4fca673d1f6f9efbd5efc204b783e22947c9e12c (patch) | |
tree | 8fe610a278712edda417b4ba654a9fc931351dda /core/src/main | |
parent | edc3c4c08d9ff1f50b75a1092119d10e01f9791f (diff) | |
download | AntennaPod-4fca673d1f6f9efbd5efc204b783e22947c9e12c.zip |
OPML Import: Show dialog when no file has been selected
Diffstat (limited to 'core/src/main')
-rw-r--r-- | core/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 912a60f55..e0146bef9 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -409,8 +409,8 @@ <string name="opml_import_label">OPML Import</string> <string name="opml_directory_error">ERROR!</string> <string name="reading_opml_label">Reading OPML file</string> - <string name="opml_reader_error">An error has occurred while reading the opml document:</string> - <string name="opml_import_error_dir_empty">The import directory is empty.</string> + <string name="opml_reader_error">An error has occurred while reading the OPML document:</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> <string name="select_options_label">Select…</string> |