X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fattributes.c;h=ee309ae31d84e15f40741b8c64fa4af3508eef0d;hp=9e9b8085f90dad7c0b834ef3914a31951c06e084;hb=a45fa3f76f32c391c756b7e4334330458d74a1ab;hpb=5933892c21c6166b5714be979116d3aa70219c57 diff --git a/src/language/dictionary/attributes.c b/src/language/dictionary/attributes.c index 9e9b8085f9..ee309ae31d 100644 --- a/src/language/dictionary/attributes.c +++ b/src/language/dictionary/attributes.c @@ -186,7 +186,7 @@ parse_attributes (struct lexer *lexer, struct attrset **sets, size_t n) command = DELETE; else if (command == UNKNOWN) { - lex_error (lexer, _("expecting ATTRIBUTE= or DELETE=")); + lex_error (lexer, _("expecting %s or %s"), "ATTRIBUTE=", "DELETE="); return CMD_FAILURE; }