diff --git a/gtypelib.c b/gtypelib.c index 30f796174..bc9896d2b 100644 --- a/gtypelib.c +++ b/gtypelib.c @@ -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; }