X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrace-iterator.cc;h=ffd57a89768df7d6bca650a891d6434de4ef6666;hb=949737e17ed7cbc231a3c08e45d32897a636d94d;hp=b3c9cf9c5a7e3e3262a0bb9fd84d48a9b6442904;hpb=339ea28cd7e4f8a1c1ca7c1d4dfe803a3f4c03e6;p=lilypond.git diff --git a/lily/grace-iterator.cc b/lily/grace-iterator.cc index b3c9cf9c5a..ffd57a8976 100644 --- a/lily/grace-iterator.cc +++ b/lily/grace-iterator.cc @@ -40,7 +40,7 @@ Grace_iterator::do_process_and_next (Moment m) } else { - warning (_("No Grace context available!")); + warning (_("no Grace context available")); } Music_iterator::do_process_and_next (m); }