]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/session.c
be consistent with logout vs log out use
[chaz/openbox] / openbox / actions / session.c
index 8fb4f4d77438ad557f7bb9f8a6b2bdb9b358c31f..b4b2ebb89eb2cf3beed0acdcad065755a2c28fcf 100644 (file)
@@ -64,7 +64,8 @@ static gboolean logout_func(ObActionsData *data, gpointer options)
         };
 
         o2 = g_memdup(o, sizeof(Options));
-        p = prompt_new(_("Are you sure you want to log out?"), NULL,
+        p = prompt_new(_("Are you sure you want to log out?"),
+                       _("Log Out"),
                        answers, 2, 0, 0, prompt_cb, prompt_cleanup, o2);
         prompt_show(p, NULL, FALSE);
     }
This page took 0.02249 seconds and 4 git commands to generate.