]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-layout-problem.cc
CG: update makelsr.py documentation
[lilypond.git] / lily / page-layout-problem.cc
index 7120c6c68094ffe9aebe9ea75640c184885d7838..dd9b6da71ca8e658775e49f840bcf10311cbd49b 100644 (file)
@@ -400,7 +400,7 @@ Page_layout_problem::Page_layout_problem (Paper_book *pb, SCM page_scm, SCM syst
           foot_stencil = add_footnotes_to_footer (footnotes, foot_stencil, pb);
         }
       else
-        warning ("A page layout problem has been initiated that cannot accommodate footnotes.");
+        warning (_ ("A page layout problem has been initiated that cannot accommodate footnotes."));
 
       header_height_ = head ? head->extent (Y_AXIS).length () : 0;
       footer_height_ = foot_stencil.extent (Y_AXIS).length ();