]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor error message improvement.
authorWerner Lemberg <wl@gnu.org>
Tue, 20 Jun 2017 13:37:58 +0000 (15:37 +0200)
committerWerner Lemberg <wl@gnu.org>
Tue, 20 Jun 2017 13:37:58 +0000 (15:37 +0200)
lily/pango-font.cc

index 6578f1c2389e215ce04a038b9e62f9cac603eee9..1a80ee989c7628fa64206c553494d264bc5a60ca 100644 (file)
@@ -407,8 +407,8 @@ Pango_font::text_stencil (Output_def * /* state */,
       pango_layout_set_attributes(layout, list);
       pango_attr_list_unref(list);
 #else
-      warning (_f ("OpenType font feature `%s' cannot be used "
-                   "since this binary is configured without the feature.",
+      warning (_f ("OpenType font feature `%s' cannot be used"
+                   " since this binary is configured without feature support.",
                    features_str.c_str ()));
 #endif
     }