]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-font.cc
*** empty log message ***
[lilypond.git] / lily / pango-font.cc
index 0d7189378d221f69104e31cb61033ecd90ed5dd5..7b0ac74fa7be35d00d933d0290a3f173d4ade769 100644 (file)
@@ -127,7 +127,7 @@ Pango_font::pango_item_string_stencil (PangoItem *item, String str, Real dx) con
   char const *ps_name_str0 = FT_Get_Postscript_Name (ftface);
 
   if (!ps_name_str0)
-    warning (_f ("No PS font name for font `%s'", filename));
+    warning (_f ("no PostScript font name for font `%s'", filename));
 
   String ps_name;
   if (!ps_name_str0
@@ -174,7 +174,7 @@ Pango_font::pango_item_string_stencil (PangoItem *item, String str, Real dx) con
     }
   else
     {
-      warning (_ ("FreeType face has no PostScript font name."));
+      warning (_ ("FreeType face has no PostScript font name"));
       return Stencil ();
     }
 }