const char *last_name = var_get_name (last_var);
lex_ofs_error (lexer, start_ofs, end_ofs,
_("%s TO %s is not valid syntax since %s "
- "precedes %s in the dictionary."),
+ "is after %s in the dictionary."),
first_name, last_name, first_name, last_name);
goto fail;
}
{
lex_ofs_error (lexer, first_ofs, last_ofs,
_("%s TO %s is not valid syntax since %s "
- "precedes %s in the dictionary."),
+ "is after %s in the dictionary."),
vs[i].first, vs[i].last,
vs[i].first, vs[i].last);
goto error;
22 | GET x/VARIABLES=x.
| ^
-matrix.sps:23.17-23.22: error: MATRIX: c TO a is not valid syntax since c
-precedes a in the dictionary.
+matrix.sps:23.17-23.22: error: MATRIX: c TO a is not valid syntax since c is
+after a in the dictionary.
23 | GET x/VARIABLES=c TO a.
| ^~~~~~