Index: obj_common.c =================================================================== --- obj_common.c (revision 14309) +++ obj_common.c (revision 14310) @@ -163,7 +163,7 @@ obj->term = value; inv = pcb_obj_id_invalid(obj->term); if (inv != NULL) - pcb_message(PCB_MSG_ERROR, "Invalid character '%c' in subc refdes '%s'\n", *inv, obj->term); + pcb_message(PCB_MSG_ERROR, "Invalid character '%c' in terminal name (term attribute) '%s'\n", *inv, obj->term); } else if (strcmp(name, "intconn") == 0) { long cid = 0;