From: Dana Jansens Date: Sun, 2 Mar 2008 23:26:22 +0000 (-0500) Subject: be consistent with logout vs log out use X-Git-Tag: backport~191 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=c24ae6c8eb6e1888339491e9d32f6c2bbc2be3ec be consistent with logout vs log out use --- diff --git a/data/menu.xml b/data/menu.xml index b7c0d64..51b1a96 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -383,7 +383,7 @@ - + yes diff --git a/openbox/actions/session.c b/openbox/actions/session.c index 9bc9ea8..b4b2ebb 100644 --- a/openbox/actions/session.c +++ b/openbox/actions/session.c @@ -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); }