From 2cb31da22c0a357a2251aabc660e0cc14b215d97 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 21 Feb 2008 11:57:06 +0100 Subject: Change all single quotes to double quotes in strings. --- openbox/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/actions.c') diff --git a/openbox/actions.c b/openbox/actions.c index 32b3d274..d43896d7 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; -- cgit v1.2.3