capitalize one last rcfile message I missed before
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1548 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
7f47d42289
commit
14509a3aa2
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue