Spelling
This commit is contained in:
parent
baa7d5f112
commit
431d77e1d7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue