diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-21 13:24:19 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-21 13:24:19 -0500 |
| commit | 198d98986bdf224ed29361541d19841339953088 (patch) | |
| tree | e0a588f29ce1f1c3102da4daf05316a15e9a6cea /openbox/mouse.c | |
| parent | 3263845459d15da683b7cab92fb856acbdf2800e (diff) | |
| parent | c49c2a8e408f7482f2b977d6cf97517684476ed7 (diff) | |
Merge branch 'backport' into work
Conflicts:
openbox/openbox.c
openbox/session.c
Diffstat (limited to 'openbox/mouse.c')
| -rw-r--r-- | openbox/mouse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/mouse.c b/openbox/mouse.c index 0233ac38..b5d97336 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -375,13 +375,13 @@ gboolean mouse_bind(const gchar *buttonstr, const gchar *contextstr, GSList *it; if (!translate_button(buttonstr, &state, &button)) { - g_message(_("Invalid button '%s' in mouse binding"), buttonstr); + g_message(_("Invalid button \"%s\" in mouse binding"), buttonstr); return FALSE; } context = frame_context_from_string(contextstr); if (!context) { - g_message(_("Invalid context '%s' in mouse binding"), contextstr); + g_message(_("Invalid context \"%s\" in mouse binding"), contextstr); return FALSE; } |
