rcfile: make an error message equal to another, and more informative

This commit is contained in:
Benno Schulenberg 2016-05-03 09:31:59 +02:00
parent 318ed6b105
commit f1b9ba2781

View File

@ -649,7 +649,7 @@ void parse_colors(char *ptr, int rex_flags)
return;
if (*ptr == '\0') {
rcfile_error(N_("Missing regex string"));
rcfile_error(N_("Missing regex string after '%s' command"), "color");
return;
}