X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmouse.c;h=522eba8cbf9c8ccb27b241ae330c8ad4ab6c4083;hb=31d7680274cdf2fa3c45b8c8d56db2b5d8fbc111;hp=27172d525c614c7933b297d1f9108e3947c7edd6;hpb=3237fdd96b971608f0588f0d28c99f27ad15e29a;p=chaz%2Fopenbox diff --git a/openbox/mouse.c b/openbox/mouse.c index 27172d52..522eba8c 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -311,13 +311,13 @@ gboolean mouse_bind(const gchar *buttonstr, const gchar *contextstr, GSList *it; if (!translate_button(buttonstr, &state, &button)) { - g_message(_("Invalid button '%s' in pointer 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 pointer binding"), contextstr); + g_message(_("Invalid context '%s' in mouse binding"), contextstr); return FALSE; }