From: Dana Jansens Date: Thu, 28 Feb 2008 03:14:11 +0000 (-0500) Subject: change the yes/no buttons to Exit/Cancel for the exit prompt X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=92f23264c78f759052fd6d1376961382c55699e4;p=chaz%2Fopenbox change the yes/no buttons to Exit/Cancel for the exit prompt --- 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?"),