]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/auto-change-iterator.cc
Merge with master
[lilypond.git] / lily / auto-change-iterator.cc
index a935bfc05a98081c34e72db0e62375555e4d2ddc..04ed126556cc7b53d8620a13e47da5bbeeccd6db 100644 (file)
@@ -60,7 +60,7 @@ Auto_change_iterator::change_to (Music_iterator *it, SCM to_type_sym,
   if (current && current->id_string () == to_id)
     {
       string msg;
-      msg += _f ("can't change, already in translator: %s", to_id);
+      msg += _f ("cannot change, already in translator: %s", to_id);
     }
 
   if (current)