X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=blobdiff_plain;f=src%2Fmoonshot-trust-anchor-dialog.vala;h=0537494dedd8bfa76aab1f99309db7a786664ff7;hp=695aa638f4213e0753e13985df7e84473c2789cf;hb=2f8d4369433a277012679bf877633e686820eab8;hpb=42c3796bcbe056e7058652eda8751a853b6f745d diff --git a/src/moonshot-trust-anchor-dialog.vala b/src/moonshot-trust-anchor-dialog.vala index 695aa63..0537494 100644 --- a/src/moonshot-trust-anchor-dialog.vala +++ b/src/moonshot-trust-anchor-dialog.vala @@ -44,8 +44,8 @@ class TrustAnchorDialog : Dialog this.set_transient_for(parent); this.modify_bg(StateType.NORMAL, white); - this.add_buttons(_("Confirm"), ResponseType.OK, - _("Cancel"), ResponseType.CANCEL); + this.add_buttons(_("Cancel"), ResponseType.CANCEL, + _("Confirm"), ResponseType.OK); this.set_default_response(ResponseType.OK);