mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
Improve the error message
This commit is contained in:
parent
e3cd97d492
commit
91459565ef
@ -251,7 +251,7 @@ validate_name (GTypelib *typelib,
|
|||||||
g_set_error (error,
|
g_set_error (error,
|
||||||
G_TYPELIB_ERROR,
|
G_TYPELIB_ERROR,
|
||||||
G_TYPELIB_ERROR_INVALID,
|
G_TYPELIB_ERROR_INVALID,
|
||||||
"The %s is contains invalid characters: %s",
|
"The %s contains invalid characters: '%s'",
|
||||||
msg, name);
|
msg, name);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user