mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-23 05:11:35 +03:00
rcfile: make an error message equal to another, and more informative
This commit is contained in:
parent
318ed6b105
commit
f1b9ba2781
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user