diff --git a/src/rcfile.c b/src/rcfile.c index 83d0ea5e..a3768bc0 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -453,7 +453,7 @@ void parse_colors(char *ptr, bool icase) if (syntaxes == NULL) { rcfile_error( - N_("Cannot add a color command without a syntax line")); + N_("Cannot add a color command without a syntax command")); return; }