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
master
David Lawrence Ramsey 2003-09-10 17:15:12 +00:00
parent 7f47d42289
commit 14509a3aa2
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ void parse_rcfile(FILE *rcstream)
parse_colors(ptr); parse_colors(ptr);
#endif /* ENABLE_COLOR */ #endif /* ENABLE_COLOR */
else { else {
rcfile_msg(_("command %s not understood"), keyword); rcfile_msg(_("Command %s not understood"), keyword);
continue; continue;
} }