X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Fclient.c;h=5b96fb3c85f688f97e553709ea9a26078f8c60a7;hp=fe67b78bb112e585db7aa669a91d2cd274e642c8;hb=8387c6cce85136426837e1528cdd2bf851a1ce3a;hpb=97de73776708d7c75b42c8fcf33342541d721c83 diff --git a/openbox/client.c b/openbox/client.c index fe67b78..5b96fb3 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3335,8 +3335,8 @@ static void client_prompt_kill(ObClient *self) /* check if we're already prompting */ if (!self->kill_prompt) { ObPromptAnswer answers[] = { - { _("No"), OB_KILL_RESULT_NO }, - { _("Yes"), OB_KILL_RESULT_YES } + { _("Cancel"), OB_KILL_RESULT_NO }, + { _("Force Exit"), OB_KILL_RESULT_YES } }; gchar *m;