be consistent with logout vs log out use
This commit is contained in:
parent
5b4e483366
commit
c24ae6c8eb
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue