summaryrefslogtreecommitdiff
path: root/openbox/mouse.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-05-07 23:18:12 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-05-07 23:18:12 +0000
commit31d7680274cdf2fa3c45b8c8d56db2b5d8fbc111 (patch)
treec645976e42207bac7b1e1b9049d46d09854196d7 /openbox/mouse.c
parent3237fdd96b971608f0588f0d28c99f27ad15e29a (diff)
update some strings and the swedish translation
Diffstat (limited to 'openbox/mouse.c')
-rw-r--r--openbox/mouse.c4
1 files changed, 2 insertions, 2 deletions
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;
}