improved menu text
This commit is contained in:
parent
285835d358
commit
1573b6dd62
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue