diff --git a/src/rcfile.c b/src/rcfile.c
index 42beb5095735ba79cbf8f1ff9be7402b47855e98..ab96f9d88a43da9795d988f6c8331a05de111a4f 100644
--- a/src/rcfile.c
+++ b/src/rcfile.c
@@ -514,7 +514,7 @@ void parse_rcfile(FILE *rcstream)
 	    parse_colors(ptr);
 #endif				/* ENABLE_COLOR */
 	else {
-	    rcfile_msg(_("command %s not understood"), keyword);
+	    rcfile_msg(_("Command %s not understood"), keyword);
 	    continue;
 	}