]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-item.cc
Add some translation markers; normalize whitespace.
[lilypond.git] / lily / midi-item.cc
index fb7df2437561636393ecf621a8b6354f882d12c5..0d0edbb4c7fc904a8f4526ecc6389799587e558b 100644 (file)
@@ -158,7 +158,7 @@ Midi_time_signature::to_string () const
   int num = abs (audio_->beats_);
   if (num > 255)
     {
-      warning ("Time signature with more than 255 beats. Truncating");
+      warning (_ ("Time signature with more than 255 beats.  Truncating"));
       num = 255;
     }