Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bec296b authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Fix hardcoded "Cancel" string in Navbar editor" into jellybean

parents 5a5919ac 6d5f67f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ public class NavbarEditor implements OnTouchListener {
                        ((KeyButtonView) view).setInfo(list.getItem(which).toString(), mVertical);
                    }
                })
                .setNegativeButton("Cancel", new DialogInterface.OnClickListener() {
                .setNegativeButton(android.R.string.cancel, new DialogInterface.OnClickListener() {
                    public void onClick(DialogInterface dialog, int id) {
                        dialog.cancel();
                    }