]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-group.cc
initial.
[lilypond.git] / lily / translator-group.cc
index b25d6154e5e0e23574c22a832eba9e1defacecfb..c0aff72021625bc9de634beaf83ab959540e4100 100644 (file)
@@ -148,7 +148,7 @@ Translator_group::create_child_translator (SCM sev)
     {
       Translator *type = get_translator (scm_car (s));
       if (!type)
-       warning (_f ("can't find: `%s'", ly_symbol2string (scm_car (s)).c_str ()));
+       warning (_f (cannot find: `%s'", ly_symbol2string (scm_car (s)).c_str ()));
       else
        {
          Translator *tr = type->clone ();