]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/horizontal-bracket-engraver.cc
*** empty log message ***
[lilypond.git] / lily / horizontal-bracket-engraver.cc
index 232c3e9aec601055addcd7d35c3479f8c8d6d2c1..74938b2fa74c29087ba32197b96c8aa362751bfb 100644 (file)
@@ -52,7 +52,7 @@ Horizontal_bracket_engraver::try_music (Music *m)
        {
          pop_count_++;
          if (pop_count_ > bracket_stack_.size ())
-           m->origin ()->warning (_ ("Don't have that many brackets."));
+           m->origin ()->warning (_ ("don't have that many brackets"));
        }
       else
        {
@@ -61,7 +61,7 @@ Horizontal_bracket_engraver::try_music (Music *m)
        }
 
       if (pop_count_ && push_count_)
-       m->origin ()->warning (_ ("Conflicting note group events."));
+       m->origin ()->warning (_ ("conflicting note group events"));
 
       return true;
     }