1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1018 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
Jordi Mallach 2002-01-18 23:16:33 +00:00
родитель 3a23a55018
Коммит 394797c15e

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

@ -220,7 +220,7 @@ void parse_colors(FILE *rcstream, char *buf, char *ptr)
Add it to the colorstrings array for this color */
if (i == 0) {
rcfile_error(_("regex length much be > 0"));
rcfile_error(_("regex length must be > 0"));
continue;
}