Added error toast message if directory is empty

This commit is contained in:
daniel oeh
2012-07-23 18:23:20 +02:00
parent 3afa2c136e
commit 507a6df046
2 changed files with 20 additions and 12 deletions

View File

@ -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>