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/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/config.c') diff --git a/openbox/config.c b/openbox/config.c index 83d326b5..00efd5ec 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -778,7 +778,7 @@ static void parse_dock(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, config_dock_app_move_button = b; config_dock_app_move_modifiers = s; } else { - g_message(_("Invalid button '%s' specified in config file"), str); + g_message(_("Invalid button \"%s\" specified in config file"), str); } g_free(str); } -- cgit v1.2.3