Merge branch 'work' into wip/mikabox
[mikachu/openbox.git] / openbox / actions / session.c
index a70aee5..e9cc40d 100644 (file)
@@ -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
     }