diff options
Diffstat (limited to 'json-glib/json-gvariant.c')
| -rw-r--r-- | json-glib/json-gvariant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-gvariant.c b/json-glib/json-gvariant.c index 6d55fb8..061c284 100644 --- a/json-glib/json-gvariant.c +++ b/json-glib/json-gvariant.c @@ -516,10 +516,10 @@ json_node_assert_type (JsonNode *json_node, (type == JSON_NODE_VALUE && (json_node_get_value_type (json_node) != sub_type))) { - /* translators: the '%s' is the type name */ g_set_error (error, G_IO_ERROR, G_IO_ERROR_INVALID_DATA, + /* translators: the '%s' is the type name */ _("Unexpected type '%s' in JSON node"), g_type_name (json_node_get_value_type (json_node))); return FALSE; |
