From 79450515e879b8ac4bf4aff1ebdced79ddb1fb35 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Wed, 9 Dec 2009 16:39:31 -0200 Subject: Improve the error message --- girepository/gtypelib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/girepository/gtypelib.c b/girepository/gtypelib.c index 30f79617..bc9896d2 100644 --- a/girepository/gtypelib.c +++ b/girepository/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; } -- cgit v1.2.1