]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/change-iterator.cc
patch::: 1.3.34.jcn2
[lilypond.git] / lily / change-iterator.cc
index 60478378a4179cbf4708e04f7bbf6bfb1f87f189..f860c6977349ff9b3235345069729021e6cf04b5 100644 (file)
@@ -19,7 +19,7 @@ Change_iterator::error (String reason)
   String to_type = t->change_to_type_str_;
   String to_id =  t->change_to_id_str_;
 
-  String warn1 = _f ("Can't change `%s' to `%s'", to_type, to_id) 
+  String warn1 = _f ("can't change `%s' to `%s'", to_type, to_id) 
     + ": " + reason;
   /*
     GUHG!