summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-26 01:00:26 -0500
committerDana Jansens <danakj@orodu.net>2008-02-26 01:00:26 -0500
commit8387c6cce85136426837e1528cdd2bf851a1ce3a (patch)
treee16b92e6adeb5db8c09063f423262764dd583d1d /openbox/client.c
parent97de73776708d7c75b42c8fcf33342541d721c83 (diff)
parentdd97c9beac2778cddb97603315b21778323a25c7 (diff)
Merge branch 'backport' into work
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/client.c b/openbox/client.c
index fe67b78b..5b96fb3c 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;