]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-item.cc
patch::: 1.2.8.jcn1
[lilypond.git] / lily / midi-item.cc
index 8301c8a5bcf2e76de9606b039c8595300291141b..055d6785b3894810ff0def9e86bb0da711bf6f18 100644 (file)
@@ -300,7 +300,7 @@ Midi_instrument::str () const
 
   if (!found)
     {
-      warning (_f("No such instrument: `%s'", audio_l_->str_.ch_C ()));
+      warning (_f ("no such instrument: `%s'", audio_l_->str_.ch_C ()));
     }
   
   String str = to_str ((char) (0xc0 + channel_i_));