change the buttons in the kill prompt from "yes/no" which can be a little confusing to be more clear "cancel/force exit" so people won't do the wrong thing by accident so much
This commit is contained in:
parent
14b422f9a3
commit
dd97c9beac
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue