nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 33619f1ac513818d8c4f5fcefd1025ccea304ed6
parent 9e9f4e22adcbfb0a66ab842273dca1e895b68465
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 13 Apr 2006 14:09:45 +0000

another error message consistency fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3376 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/rcfile.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }