another error message consistency fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3376 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
9e9f4e22ad
commit
33619f1ac5
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue