]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/exit.c
Merge branch 'backport' into work
[chaz/openbox] / openbox / actions / exit.c
index f5af8a12beabadcecde3870d68b47716d87a51d3..58a1dcb19a6644c86323867f2206b7ef65bbc33c 100644 (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?"),
This page took 0.020131 seconds and 4 git commands to generate.