X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions.c;h=8f72714e9403026b55ddb5394b381ae941fd3fc6;hb=198d98986bdf224ed29361541d19841339953088;hp=5bd70139d735aed9738c7af26c55e69e2f1ec14d;hpb=3263845459d15da683b7cab92fb856acbdf2800e;p=chaz%2Fopenbox diff --git a/openbox/actions.c b/openbox/actions.c index 5bd70139..8f72714e 100644 --- a/openbox/actions.c +++ b/openbox/actions.c @@ -147,7 +147,7 @@ static ObActionsAct* actions_build_act_from_string(const gchar *name) actions_definition_ref(act->def); act->options = NULL; } else - g_message(_("Invalid action '%s' requested. No such action exists."), + g_message(_("Invalid action \"%s\" requested. No such action exists."), name); return act;