diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-05-24 16:36:22 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-05-25 20:27:06 +0200 |
| commit | e6e393a30df164e07967fd673423fbda0e47b24d (patch) | |
| tree | 108475cd49b276010241c20ea84cfa13416e66d9 /openbox/actions | |
| parent | 0d60d0d441a15a49b41ebd8341248769f1c28339 (diff) | |
Add a translators note about not translating the word "SessionLogout" in an error message.
Diffstat (limited to 'openbox/actions')
| -rw-r--r-- | openbox/actions/session.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |
