]> git.wh0rd.org Git - nano.git/commitdiff
another error message consistency fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 13 Apr 2006 14:09:45 +0000 (14:09 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 13 Apr 2006 14:09:45 +0000 (14:09 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3376 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/rcfile.c

index 83d0ea5e6f04d9c0ee969746d3177c05e153e5d0..a3768bc068679d76165cb1d09283d5eae82aca8e 100644 (file)
@@ -453,7 +453,7 @@ void parse_colors(char *ptr, bool icase)
 
     if (syntaxes == NULL) {
        rcfile_error(
-               N_("Cannot add a color command without a syntax line"));
+               N_("Cannot add a color command without a syntax command"));
        return;
     }