]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-interface.cc
*** empty log message ***
[lilypond.git] / lily / text-interface.cc
index 5524d5a0b1259c3fcda61ab166d075faa177c76b..b1cd6a66da10693597f7be203ceaa3a1caad2644 100644 (file)
@@ -50,13 +50,13 @@ Text_interface::interpret_markup (SCM layout_smob, SCM props, SCM markup)
       SCM func = scm_car (markup);
       SCM args = scm_cdr (markup);
       if (!markup_p (markup))
-       programming_error ("Markup head has no markup signature.");
+       programming_error ("markup head has no markup signature");
 
       return scm_apply_2 (func, layout_smob, props, args);
     }
   else
     {
-      programming_error ("Is not a markup: ");
+      programming_error ("not a markup: ");
       scm_display (markup, scm_current_error_port ());
       assert (false);
       Box b;