]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-property.cc
*** empty log message ***
[lilypond.git] / lily / context-property.cc
index 48418e514167fe9e35414ae081a22adc8078974c..940643e7660d8d04f80a4893afcf275acfd51f4e 100644 (file)
@@ -54,7 +54,7 @@ execute_pushpop_property (Context *trg,
 
          if (!scm_is_pair (prev))
            {
-             programming_error ("Grob definition should be cons.");
+             programming_error ("Grob definition should be cons");
              return;
            }
 
@@ -108,7 +108,7 @@ execute_pushpop_property (Context *trg,
     }
   else
     {
-      warning ("Need symbol arguments for \\override and \\revert");
+      warning (_ ("need symbol arguments for \\override and \\revert"));
       if (do_internal_type_checking_global)
        assert (false);
     }