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

Commit 750229c0 authored by jackmu95's avatar jackmu95
Browse files

framework: Make string translateable

Patch Set 1-3:  * make the 'Cancel' button of the NavBar
                  customization editor translateable

Change-Id: I2c691f8640cb717133e499c05f929a090c7ddc59
parent f9f2220e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,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();
                    }