X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Factions%2Fexit.c;h=19b78e9cb438c9bc6965e2611d24b91d9492f33c;hp=8430729b16ed0121a94045b397565249ccace581;hb=92f23264c78f759052fd6d1376961382c55699e4;hpb=fbacc56d9d0792631b5160df1244ee10214db37d diff --git a/openbox/actions/exit.c b/openbox/actions/exit.c index 8430729..19b78e9 100644 --- a/openbox/actions/exit.c +++ b/openbox/actions/exit.c @@ -43,8 +43,8 @@ static gboolean run_func(ObActionsData *data, gpointer options) if (o->prompt) { ObPrompt *p; ObPromptAnswer answers[] = { - { _("No"), 0 }, - { _("Yes"), 1 } + { _("Cancel"), 0 }, + { _("Exit"), 1 } }; p = prompt_new(_("Are you sure you want to exit Openbox?"),