From 33619f1ac513818d8c4f5fcefd1025ccea304ed6 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 13 Apr 2006 14:09:45 +0000 Subject: [PATCH] another error message consistency fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3376 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/rcfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5