improved menu text

This commit is contained in:
sonora 2011-08-23 00:41:32 +03:00
parent 285835d358
commit 1573b6dd62

View file

@ -125,7 +125,7 @@ public class FavouritesActivity extends ExpandableListActivity {
Builder b = new AlertDialog.Builder(FavouritesActivity.this);
b.setMessage(getString(R.string.favorite_delete_multiple, favoritesToDelete.size(),
groupsToDelete.size()));
b.setPositiveButton(R.string.default_buttons_delete, new DialogInterface.OnClickListener() {
b.setPositiveButton(R.string.local_index_mi_delete, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
cancelSelectingMode();