[util] Change "All shapers failed." message to "Shaping failed."

Since we now emit this when verification fails as well.
pull/3398/head
Behdad Esfahbod 3 years ago
parent 3972e0a8f1
commit d35f380126
  1. 2
      util/shape-options.hh

@ -94,7 +94,7 @@ struct shape_options_t
if (!hb_shape_full (font, buffer, features, num_features, shapers))
{
if (error)
*error = "All shapers failed.";
*error = "Shaping failed.";
goto fail;
}

Loading…
Cancel
Save