Commit ecccb8d0 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: correct the wording of a string

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment