From 42ea44266c708206959839f27907eb46cdfb6ece Mon Sep 17 00:00:00 2001 From: discomfitor Date: Tue, 15 Nov 2011 16:19:09 +0000 Subject: [PATCH] clarify group inherit error message git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65271 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/edje_cc_handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edje_cc_handlers.c b/src/bin/edje_cc_handlers.c index 7530552..1de1fd1 100644 --- a/src/bin/edje_cc_handlers.c +++ b/src/bin/edje_cc_handlers.c @@ -2248,7 +2248,7 @@ st_collections_group_inherit(void) } if (!pc2) { - ERR("%s: Error. parse error %s:%i. There isn't a part of the name %s", + ERR("%s: Error. parse error %s:%i. There isn't a group with the name %s", progname, file_in, line - 1, parent_name); exit(-1); } -- 2.7.4