]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/session.c
Remove newline from startupnotify description
[chaz/openbox] / openbox / actions / session.c
index 10759b2c597d2e8ae813ae1930efa4c921ba6c12..655aee230641f867e5705b3a7cd5f02d31019ac0 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.021624 seconds and 4 git commands to generate.