mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Remove usage of the grave accent as quotation mark
See: http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html This should make Thomas happy.
This commit is contained in:
@ -155,7 +155,7 @@ json_object_add_member (JsonObject *object,
|
||||
|
||||
if (json_object_has_member (object, member_name))
|
||||
{
|
||||
g_warning ("JsonObject already has a `%s' member of type `%s'",
|
||||
g_warning ("JsonObject already has a '%s' member of type '%s'",
|
||||
member_name,
|
||||
json_node_type_name (node));
|
||||
return;
|
||||
|
Reference in New Issue
Block a user