This commit is contained in:
Terence Eden 2014-11-10 19:58:38 +00:00
parent baa7d5f112
commit 431d77e1d7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class OpmlImportWorker extends
if (exception != null) {
if (BuildConfig.DEBUG)
Log.d(TAG,
"An error occured while trying to parse the opml document");
"An error occurred while trying to parse the opml document");
AlertDialog.Builder alert = new AlertDialog.Builder(context);
alert.setTitle(R.string.error_label);
alert.setMessage(context.getString(R.string.opml_reader_error)