X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Factions%2Fsession.c;h=e9cc40dbbd4e780acae71c21cf1f524f81528016;hb=e6fea245756b59f83dc0f51d13feee9cf093a1a1;hp=775deab154b0bda897aa616da28d4b6f41bd1be9;hpb=4b5373f609e6462995a38cc4f0f50b17cbc8f835;p=chaz%2Fopenbox diff --git a/openbox/actions/session.c b/openbox/actions/session.c index 775deab1..e9cc40db 100644 --- a/openbox/actions/session.c +++ b/openbox/actions/session.c @@ -38,7 +38,9 @@ static gboolean prompt_cb(ObPrompt *p, gint result, gpointer data) #ifdef USE_SM session_request_logout(o->silent); #else - g_message(_("The SessionLogout actions is not available since Openbox was built without session management support")); + /* TRANSLATORS: Don't translate the word "SessionLogout" as it's the + name of the action you write in rc.xml */ + g_message(_("The SessionLogout action is not available since Openbox was built without session management support")); #endif } return TRUE; /* call cleanup func */