diff --git a/src/rcfile.c b/src/rcfile.c index 1ae8863d..a9426d22 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -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; }