change the yes/no buttons to Exit/Cancel for the exit prompt
authorDana Jansens <danakj@orodu.net>
Thu, 28 Feb 2008 03:14:11 +0000 (22:14 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 28 Feb 2008 03:14:11 +0000 (22:14 -0500)
openbox/actions/exit.c

index 8430729..19b78e9 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?"),