From 14509a3aa209dc2bcc248e962999e9e3ab8fcd9f Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 10 Sep 2003 17:15:12 +0000
Subject: [PATCH] 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
---
 src/rcfile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 	}
 
-- 
GitLab