From: David Lawrence Ramsey Date: Thu, 13 Apr 2006 14:09:45 +0000 (+0000) Subject: another error message consistency fix X-Git-Tag: v1.3.12~302 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=33619f1ac513818d8c4f5fcefd1025ccea304ed6;p=nano.git another error message consistency fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3376 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/rcfile.c b/src/rcfile.c index 83d0ea5e..a3768bc0 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -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; }