1
1

another error message consistency fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3376 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2006-04-13 14:09:45 +00:00
родитель 9e9f4e22ad
Коммит 33619f1ac5

Просмотреть файл

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