summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-23 18:23:20 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-23 18:23:20 +0200
commit507a6df0469fd7fdba0041c92e7a7eb0416e6478 (patch)
treeb46c7cc180cde720f5f555667557c108c83ba7f7 /res/values/strings.xml
parent3afa2c136ed0b7458aed3c404633828cecef411e (diff)
downloadAntennaPod-507a6df0469fd7fdba0041c92e7a7eb0416e6478.zip
Added error toast message if directory is empty
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d9e05df7e..1c32ce086 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -133,7 +133,7 @@
<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>
+ <string name="opml_import_error_dir_empty">The import directory is empty.</string>
<string name="select_all_label">Select all</string>
<string name="deselect_all_label">Deselect all</string>