From e6e393a30df164e07967fd673423fbda0e47b24d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 24 May 2008 16:36:22 +0200 Subject: Add a translators note about not translating the word "SessionLogout" in an error message. --- openbox/actions/session.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/actions/session.c') diff --git a/openbox/actions/session.c b/openbox/actions/session.c index 436eb0f5..655aee23 100644 --- a/openbox/actions/session.c +++ b/openbox/actions/session.c @@ -38,6 +38,8 @@ static gboolean prompt_cb(ObPrompt *p, gint result, gpointer data) #ifdef USE_SM session_request_logout(o->silent); #else + /* 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 } -- cgit v1.2.3