diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-23 18:23:20 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-23 18:23:20 +0200 |
commit | 507a6df0469fd7fdba0041c92e7a7eb0416e6478 (patch) | |
tree | b46c7cc180cde720f5f555667557c108c83ba7f7 /res | |
parent | 3afa2c136ed0b7458aed3c404633828cecef411e (diff) | |
download | AntennaPod-507a6df0469fd7fdba0041c92e7a7eb0416e6478.zip |
Added error toast message if directory is empty
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
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> |