be consistent with logout vs log out use

This commit is contained in:
Dana Jansens 2008-03-02 18:26:22 -05:00
parent 5b4e483366
commit c24ae6c8eb
2 changed files with 2 additions and 2 deletions
data
openbox/actions

View file

@ -383,7 +383,7 @@
<separator label="System" />
<menu id="system-menu"/>
<separator />
<item label="Logout">
<item label="Log Out">
<action name="SessionLogout">
<prompt>yes</prompt>
</action>

View file

@ -65,7 +65,7 @@ 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?"),
_("Log out"),
_("Log Out"),
answers, 2, 0, 0, prompt_cb, prompt_cleanup, o2);
prompt_show(p, NULL, FALSE);
}