mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
buildertool: use curly apostrophe
This commit is contained in:
parent
7b02498963
commit
bed709a322
@ -2300,13 +2300,13 @@ simplify_file (const char *filename,
|
||||
|
||||
if (!g_markup_parse_context_end_parse (context, &error))
|
||||
{
|
||||
g_printerr (_("Can't parse “%s”: %s\n"), filename, error->message);
|
||||
g_printerr (_("Can’t parse “%s”: %s\n"), filename, error->message);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (data.root == NULL)
|
||||
{
|
||||
g_printerr (_("Can't parse “%s”\n"), filename);
|
||||
g_printerr (_("Can’t parse “%s”\n"), filename);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user