From: fred Date: Wed, 27 Mar 2002 00:34:14 +0000 (+0000) Subject: lilypond-1.3.115 X-Git-Tag: release/1.5.59~1060 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f2b0438b053f2cc20f8d6653ca7c1672afec6abb;p=lilypond.git lilypond-1.3.115 --- diff --git a/lily/all-font-metrics.cc b/lily/all-font-metrics.cc index fd34ea57a2..b678dc5adf 100644 --- a/lily/all-font-metrics.cc +++ b/lily/all-font-metrics.cc @@ -84,12 +84,12 @@ All_font_metrics::find_afm (String name) if (tfm->info_.checksum != afm->checksum_) { - String s = _("Font checksum mismatch"); + String s = _f("Font checksum mismatch for font file `%s'", path.ch_C()); s+= "\n"; s += " TFM: " + to_str ((int) tfm->info_.checksum); s += " AFM: " + to_str ((int) afm->checksum_); s += "\n"; - s += _(" Rebuild all AFM files, and remove all .pk and .tfm files"); + s += _(" Rebuild all AFM files, and remove all .pk and .tfm files. Rerun with -V to show font paths."); error (s); }