Error message needs a period at end of sentence.
authorBen Pfaff <blp@gnu.org>
Mon, 14 Aug 2006 01:06:59 +0000 (01:06 +0000)
committerBen Pfaff <blp@gnu.org>
Mon, 14 Aug 2006 01:06:59 +0000 (01:06 +0000)
src/language/dictionary/formats.c

index c567623495197feb51ffc7c46e26be3a19e85128..4bc6e3f47767335bba767099bc38a76be1d85c8e 100644 (file)
@@ -89,7 +89,7 @@ internal_cmd_formats (int which)
 
       if (!lex_match ('('))
        {
-         msg (SE, _("`(' expected after variable list"));
+         msg (SE, _("`(' expected after variable list."));
          goto fail;
        }
       if (!parse_format_specifier (&f)