diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index ad6da1beb7..ef3ad6b0b4 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c @@ -7400,7 +7400,7 @@ st_collections_group_parts_part_description_table_min(void) if (current_part->type != EDJE_PART_TYPE_TABLE) { - ERR("parse error %s:%i. box attributes in non-TABLE part.", + ERR("parse error %s:%i. table attributes in non-TABLE part.", file_in, line - 1); exit(-1); }