commit ecccb8d0277cf5974318057a02f64f7fc7586d28 parent 173bbe11ef1ef9bebf15a06c1f32a7d97f748d79 Author: Benno Schulenberg <bensberg@justemail.net> Date: Wed, 7 Dec 2016 21:01:32 +0100 tweaks: correct the wording of a string Diffstat:
M | src/rcfile.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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; }