change the yes/no buttons to Exit/Cancel for the exit prompt
This commit is contained in:
parent
fbacc56d9d
commit
92f23264c7
1 changed files with 2 additions and 2 deletions
|
@ -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?"),
|
||||
|
|
Loading…
Reference in a new issue