nano

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

commit 14509a3aa209dc2bcc248e962999e9e3ab8fcd9f
parent 7f47d4228959b8f252ba3f400b6e4eacd125ed4f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 10 Sep 2003 17:15:12 +0000

capitalize one last rcfile message I missed before


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1548 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 @@ -514,7 +514,7 @@ void parse_rcfile(FILE *rcstream) parse_colors(ptr); #endif /* ENABLE_COLOR */ else { - rcfile_msg(_("command %s not understood"), keyword); + rcfile_msg(_("Command %s not understood"), keyword); continue; }