]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
change the buttons in the kill prompt from "yes/no" which can be a little confusing...
[chaz/openbox] / openbox / client.c
index fbe728d1d52ae0bffc33531793a82de875d39924..26b8dc699974de93cc19bfa351a423fc44800226 100644 (file)
@@ -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;
 
This page took 0.022149 seconds and 4 git commands to generate.