diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-23 14:26:31 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-23 14:26:31 +0200 |
commit | d33b959e1197d1f2968530fe5a8d74842cbe118b (patch) | |
tree | 2dd03068241b61d8979d7db72f2240d1f1efaafc /res | |
parent | 85e171ed994b8e31b3fae42754c25267fb0c2520 (diff) | |
download | AntennaPod-d33b959e1197d1f2968530fe5a8d74842cbe118b.zip |
integrated import worker into import activity
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9debe78fb..37d1a57a1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -133,5 +133,6 @@ <string name="opml_directory_error">ERROR!</string> <string name="reading_opml_label">Reading OPML file</string> <string name="opml_reader_error">An error has occured while reading the opml document:</string> + <string name="opml_import_error_dir_empty">It seems like the import directory is empty. Please copy a OPML file into the directory to import it.</string> </resources>
\ No newline at end of file |