tweaks: correct the wording of a string
parent
173bbe11ef
commit
ecccb8d027
|
@ -1119,7 +1119,7 @@ void parse_rcfile(FILE *rcstream, bool syntax_only)
|
||||||
#endif
|
#endif
|
||||||
/* Make sure the option argument is a valid multibyte string. */
|
/* Make sure the option argument is a valid multibyte string. */
|
||||||
if (!is_valid_mbstring(option)) {
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue