summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/client.c b/openbox/client.c
index fbe728d1..26b8dc69 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -3413,8 +3413,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;