diff --git a/src/dbStatic/dbLexRoutines.c b/src/dbStatic/dbLexRoutines.c index b19d23d7c..bf9deb6b8 100644 --- a/src/dbStatic/dbLexRoutines.c +++ b/src/dbStatic/dbLexRoutines.c @@ -536,7 +536,7 @@ static void dbRecordtypeFieldItem(char *name,char *value) free((void *)value); return; } - yyerror("Illegal promptgroup. See guigroup.h for legal values"); + yyerror("Illegal special value."); return; } if(strcmp(name,"pp")==0) {