X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmouse.c;fp=openbox%2Fmouse.c;h=857f6d09e61942b86127edf5e5d85c873fa1773e;hb=2cb31da22c0a357a2251aabc660e0cc14b215d97;hp=f2e13cdf28b54fabb1f6adcaf17a4c6e955bd94a;hpb=4642d896a8a5f7f1d8c6d22e13c07d6ea21f53de;p=chaz%2Fopenbox diff --git a/openbox/mouse.c b/openbox/mouse.c index f2e13cdf..857f6d09 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -376,13 +376,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; }