change the logout button to same capitilization as the title, and update translatable...
[mikachu/openbox.git] / openbox / actions / session.c
index b4b2ebb..10759b2 100644 (file)
@@ -60,7 +60,7 @@ static gboolean logout_func(ObActionsData *data, gpointer options)
         ObPrompt *p;
         ObPromptAnswer answers[] = {
             { _("Cancel"), 0 },
-            { _("Log out"), 1 }
+            { _("Log Out"), 1 }
         };
 
         o2 = g_memdup(o, sizeof(Options));