From: Masamichi Hosoda Date: Fri, 8 Jul 2016 16:48:30 +0000 (+0900) Subject: Issue 4924: Fix the warning message for OTC fonts X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1e399ae52600d7a724d5b9014f73ab539478dd66;p=lilypond.git Issue 4924: Fix the warning message for OTC fonts This commit fixes the warning message for OTC fonts. --- diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm index 6e03a3b967..a404119678 100644 --- a/scm/framework-ps.scm +++ b/scm/framework-ps.scm @@ -328,7 +328,7 @@ ((and (string? bare-file-name) (eq? (ly:get-font-format bare-file-name font-index) 'CFF) (is-collection-font? bare-file-name)) - (ly:warning (_ "Font ~a cannot be loaded via Ghostscript because it is an OpenType/CFF (OTC) font.") + (ly:warning (_ "Font ~a cannot be loaded via Ghostscript because it is an OpenType/CFF Collection (OTC) font.") name) (load-font font-name-filename)) ((and (string? bare-file-name)