Use stupid quotes instead of dumb quotes
Following a similar change in GLib a while ago. 'bla' may by stupid, but it looks less dumb than `bla'.
This commit is contained in:
@ -671,7 +671,7 @@ _gtk_css_number_value_parse (GtkCssParser *parser,
|
||||
|
||||
if (i >= G_N_ELEMENTS (units))
|
||||
{
|
||||
_gtk_css_parser_error (parser, "`%s' is not a valid unit.", unit_name);
|
||||
_gtk_css_parser_error (parser, "'%s' is not a valid unit.", unit_name);
|
||||
g_free (unit_name);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user