From ecccb8d0277cf5974318057a02f64f7fc7586d28 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Wed, 7 Dec 2016 21:01:32 +0100
Subject: [PATCH] tweaks: correct the wording of a string

---
 src/rcfile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 	}
 
-- 
GitLab