Index: plugins/io_ngrp_tedax/read.c =================================================================== --- plugins/io_ngrp_tedax/read.c (revision 11478) +++ plugins/io_ngrp_tedax/read.c (revision 11479) @@ -128,7 +128,7 @@ if ((argv[0][0] == '-') && (argv[0][1] == '\0')) { if (argc != 3) { - rnd_message(RND_MSG_ERROR, "tEDAx syntax error in '%s':%ld: invalid acompact conn '%s': need 3 fields for an acomp connection\n", sheet->hidlib.fullpath, lineno); + rnd_message(RND_MSG_ERROR, "tEDAx syntax error in '%s':%ld: invalid acompact conn: need 3 fields for an acomp connection\n", sheet->hidlib.fullpath, lineno); return -1; } sch_ngrp_add_conn(&ctx->conns, argv[2], parent->name, argv[1], lineno); @@ -136,7 +136,7 @@ } if (argc < 2) { - rnd_message(RND_MSG_ERROR, "tEDAx syntax error in '%s':%ld: invalid acompact conn '%s': need 2+ fields for attributes\n", sheet->hidlib.fullpath, lineno); + rnd_message(RND_MSG_ERROR, "tEDAx syntax error in '%s':%ld: invalid acompact conn: need 2+ fields for attributes\n", sheet->hidlib.fullpath, lineno); return -1; }