clarify group inherit error message
authordiscomfitor <discomfitor>
Tue, 15 Nov 2011 16:19:09 +0000 (16:19 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Nov 2011 16:19:09 +0000 (16:19 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65271 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_handlers.c

index 7530552..1de1fd1 100644 (file)
@@ -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);
      }