mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-27 18:10:03 +01: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_TYPELIB_ERROR,
|
||||
G_TYPELIB_ERROR_INVALID,
|
||||
"The %s is contains invalid characters: %s",
|
||||
"The %s contains invalid characters: '%s'",
|
||||
msg, name);
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user