another error message consistency fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3376 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-04-13 14:09:45 +00:00
parent 9e9f4e22ad
commit 33619f1ac5
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ void parse_colors(char *ptr, bool icase)
if (syntaxes == NULL) { if (syntaxes == NULL) {
rcfile_error( rcfile_error(
N_("Cannot add a color command without a syntax line")); N_("Cannot add a color command without a syntax command"));
return; return;
} }