summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2016-03-16 20:36:31 +0100
committerMartin Fietz <Martin.Fietz@gmail.com>2016-03-16 20:36:31 +0100
commit3449357c142cf2891ae359a06a848516f5e7b8f9 (patch)
tree22280854be97ea51502723c4bea132f49d8be5c2 /core/src
parent30be1ad36eac5bb8fc8cfe7fe8d7f5ea54fe13a5 (diff)
parent4fca673d1f6f9efbd5efc204b783e22947c9e12c (diff)
downloadAntennaPod-3449357c142cf2891ae359a06a848516f5e7b8f9.zip
Merge pull request #1705 from mfietz/issue/1704-opml-import-npe
OPML Import: Show dialog when no file has been selected
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml4
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 f9af78d63..863dea423 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -413,8 +413,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&#8230;</string>