From: reuter Date: Thu, 17 Jul 2003 23:19:20 +0000 (+0000) Subject: * lily/all-font-metrics.cc: fixed typo X-Git-Tag: release/1.7.25~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f815970cd0354afc6bc581bf1cde4dd570bb1ffa;p=lilypond.git * lily/all-font-metrics.cc: fixed typo --- diff --git a/ChangeLog b/ChangeLog index 4516704c7f..932ac88fbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-18 Juergen Reuter + + * lily/all-font-metrics.cc: fixed typo + 2003-07-18 Heikki Junes * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, diff --git a/lily/all-font-metrics.cc b/lily/all-font-metrics.cc index 219b1643c8..5d0d61d607 100644 --- a/lily/all-font-metrics.cc +++ b/lily/all-font-metrics.cc @@ -101,7 +101,7 @@ All_font_metrics::find_afm (String name) s += "\n"; s += _ (" Rebuild all .afm files, and remove all .pk and .tfm files. Rerun with -V to show font paths."); s += _("A script for removing font-files is delivered with the source-code,\n" - "in buildscripts/clean-fonts.sh") + "in buildscripts/clean-fonts.sh"); error (s); } }