]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-column.cc
Various code cleanups
[lilypond.git] / lily / note-column.cc
index 6a7b0f8ee38ea26077585d9f2809348fb59dedd9..ca85f08e123f47d180da89f445441c4c0ad86d26 100644 (file)
@@ -121,7 +121,7 @@ Note_column::add_head (Grob *me, Grob *h)
     }
 
   if (both)
-    me->warning (_ (cannot have note heads and rests together on a stem"));
+    me->warning (_ ("cannot have note heads and rests together on a stem"));
   else
     Axis_group_interface::add_element (me, h);
 }