]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tfm-reader.cc
Updates.
[lilypond.git] / lily / tfm-reader.cc
index 582242400829734eec530bb8d3b328b8ae285f67..0aff35f019dc8b8dd0d7c5393a610c35683afd07 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2003 Jan Nieuwenhuizen <janneke@gnu.org>
   
 
   some code shamelessly copied from GNU fontutils-0.6/tfm/tfm_input.c
@@ -103,6 +103,8 @@ Tex_font_metric_reader::read_header ()
   /* We don't care about the extensible table.  */
 
   if (header_length < 2)
+    /* Not using ngettext's plural feature here, as this message is
+       more of a programming error.  */
     error (_f ("TFM header of `%s' has only %u word (s)",
               input_.name_string ().to_str0 (), header_length));