X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscript-engraver.cc;h=72359defcfe991be36187adcf5f99d591a6666d7;hb=2d19173a5554dc8633c1837aef30ac28db703947;hp=c3354a67000e6ad7bc17613eeb332f0b1580b438;hpb=14bd2cde3da16ad4c0f45a678603675704aa67ba;p=lilypond.git diff --git a/lily/script-engraver.cc b/lily/script-engraver.cc index c3354a6700..72359defcf 100644 --- a/lily/script-engraver.cc +++ b/lily/script-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #include "engraver.hh" @@ -99,7 +99,7 @@ make_script_from_event (Grob *p, Context *tg, if (art == SCM_BOOL_F) { /* FIXME: */ - warning (_ ("don't know how to interpret articulation: ")); + warning (_ ("do not know how to interpret articulation: ")); warning (_ ("scheme encoding: ")); scm_write (art_type, scm_current_error_port ()); message ("");