]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/auto-change-iterator.cc
*** empty log message ***
[lilypond.git] / lily / auto-change-iterator.cc
index 76286042f05c813cdef156148f3104ec8c77b418..05fadd5c486c0f265efa14ec9fe7749426621292 100644 (file)
@@ -59,7 +59,7 @@ Auto_change_iterator::change_to (Music_iterator *it, SCM to_type_sym,
   if (current && current->id_string () == to_id)
     {
       String msg;
-      msg += _ ("Can't switch translators, I'm there already");
+      msg += _f ("can't change, already in translator: %s", to_id);
     }
 
   if (current)