From: David Lawrence Ramsey Date: Wed, 10 Sep 2003 17:15:12 +0000 (+0000) Subject: capitalize one last rcfile message I missed before X-Git-Tag: v1.3.0~26 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=14509a3aa209dc2bcc248e962999e9e3ab8fcd9f;p=nano.git 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 --- diff --git a/src/rcfile.c b/src/rcfile.c index 42beb509..ab96f9d8 100644 --- 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; }