From 5c69617973690bf75cf911f03e2c47f382e4673a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Tue, 11 Oct 2016 15:18:39 +0200 Subject: Use Unicode in translatable strings See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772753 --- json-glib/json-gobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json-glib/json-gobject.c') diff --git a/json-glib/json-gobject.c b/json-glib/json-gobject.c index 9bbb29b..923f0e1 100644 --- a/json-glib/json-gobject.c +++ b/json-glib/json-gobject.c @@ -940,7 +940,7 @@ json_gobject_from_data (GType gtype, g_set_error (error, JSON_PARSER_ERROR, JSON_PARSER_ERROR_PARSE, /* translators: the %s is the name of the data structure */ - _("Expecting a JSON object, but the root node is of type `%s'"), + _("Expecting a JSON object, but the root node is of type ā€œ%sā€"), json_node_type_name (root)); g_object_unref (parser); return NULL; -- cgit v1.2.1