Some cleanup

This commit is contained in:
Ansa89
2014-11-12 09:58:26 +01:00
parent 88f139873c
commit f112d45e1a
3 changed files with 8 additions and 25 deletions

View File

@@ -221,7 +221,8 @@ public class AppView extends Activity {
spinner.dismiss();
}
Dialog.displayDialog(AppView.this, "Error", "Failed to get app list", true);
Dialog.displayDialog(AppView.this, getResources().getString(R.string.applist_refresh_error_title),
getResources().getString(R.string.applist_refresh_error_msg), true);
}
}.start();
}