change the yes/no buttons to Exit/Cancel for the exit prompt

This commit is contained in:
Dana Jansens 2008-02-27 22:14:11 -05:00
parent fbacc56d9d
commit 92f23264c7

View file

@ -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?"),