summaryrefslogtreecommitdiff
path: root/json-glib/json-gobject.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-10-11 15:18:39 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2017-03-18 17:04:55 +0100
commit5c69617973690bf75cf911f03e2c47f382e4673a (patch)
tree89a008c469c215dee0bf53119910a6847189ed9f /json-glib/json-gobject.c
parent4171dea099d689dca356fcd5fc45e685cb30b259 (diff)
downloadjson-glib-5c69617973690bf75cf911f03e2c47f382e4673a.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772753
Diffstat (limited to 'json-glib/json-gobject.c')
-rw-r--r--json-glib/json-gobject.c2
1 files changed, 1 insertions, 1 deletions
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;