]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/session.c
Merge branch 'backport' into work
[chaz/openbox] / openbox / actions / session.c
index 775deab154b0bda897aa616da28d4b6f41bd1be9..e9cc40dbbd4e780acae71c21cf1f524f81528016 100644 (file)
@@ -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 */
This page took 0.021058 seconds and 4 git commands to generate.