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

master
Benno Schulenberg 2016-05-03 09:31:59 +02:00
parent 318ed6b105
commit f1b9ba2781
1 changed files with 1 additions and 1 deletions

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