dict_len = ss_length (out);
ss_dealloc (&out);
if (!ok)
- return xasprintf (_("Identifier `%s' is not valid in encoding `%s'."
+ return xasprintf (_("Identifier `%s' is not valid in encoding `%s' "
"used for this dictionary."), id, dict_encoding);
}
else
"input data."));
if (presorted_ofs)
lex_ofs_msg (lexer, SN, presorted_ofs, presorted_ofs,
- _("The PRESORTED subcommand state that the "
+ _("The PRESORTED subcommand states that the "
"input data is presorted."));
else if (addvariables_ofs)
lex_ofs_msg (lexer, SN, addvariables_ofs, addvariables_ofs,
msg (SE, _("At least one target variable is too narrow for "
"the output values."));
lex_ofs_msg (lexer, SN, out->ofs, out->ofs,
- _("This recoding output value has width %d."),
+ _("This output value has width %d."),
out->width);
lex_ofs_msg (lexer, SN, dst_start, dst_end,
_("Target variable %s only has width %d."),
2 | AGGREGATE/PRESORTED/BREAK=x(A).
| ^~~~"
-"aggregate.sps:2.11-2.19: note: AGGREGATE: The PRESORTED subcommand state that the input data is presorted.
+"aggregate.sps:2.11-2.19: note: AGGREGATE: The PRESORTED subcommand states that the input data is presorted.
2 | AGGREGATE/PRESORTED/BREAK=x(A).
| ^~~~~~~~~"
AT_CHECK([pspp -O format=csv recode.sps], [1], [dnl
recode.sps:9: error: RECODE: At least one target variable is too narrow for the output values.
-"recode.sps:9.19-9.25: note: RECODE: This recoding output value has width 5.
+"recode.sps:9.19-9.25: note: RECODE: This output value has width 5.
9 | recode x y (""a"" = ""first"") .
| ^~~~~~~"
recode.sps:20: error: RECODE: At least one target variable is too narrow for the output values.
-"recode.sps:20.19-20.26: note: RECODE: This recoding output value has width 6.
+"recode.sps:20.19-20.26: note: RECODE: This output value has width 6.
20 | RECODE n1 TO n4(1='123456') INTO s1 TO s4.
| ^~~~~~~~"