tweaks: correct the wording of a string

This commit is contained in:
Benno Schulenberg 2016-12-07 21:01:32 +01:00
parent 173bbe11ef
commit ecccb8d027

View File

@ -1119,7 +1119,7 @@ void parse_rcfile(FILE *rcstream, bool syntax_only)
#endif
/* Make sure the option argument is a valid multibyte string. */
if (!is_valid_mbstring(option)) {
rcfile_error(N_("Option is not a valid multibyte string"));
rcfile_error(N_("Argument is not a valid multibyte string"));
continue;
}