render: Fix spanned width distribution for cells not at top or left.
[pspp] / utilities / pspp-convert.c
index 99a254ba44972f3814afa0534b53f0fc4402cc1e..a381a98746e6c95442f45cd42f28bb60337c0096 100644 (file)
@@ -80,7 +80,7 @@ parse_variables_option (const char *arg, struct dictionary *dict,
   bool ok = parse_variables (lexer, dict, vars, n_vars, 0);
   if (ok && (lex_token (lexer) != T_STOP && lex_token (lexer) != T_ENDCMD))
     {
-      lex_error (lexer, _("expecting variable name"));
+      lex_error (lexer, _("Syntax error expecting variable name."));
       ok = false;
     }