diff options
| -rw-r--r-- | openbox/actions/exit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/actions/exit.c b/openbox/actions/exit.c index 8430729b..19b78e9c 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?"), |
