From 1e399ae52600d7a724d5b9014f73ab539478dd66 Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Sat, 9 Jul 2016 01:48:30 +0900 Subject: [PATCH] Issue 4924: Fix the warning message for OTC fonts This commit fixes the warning message for OTC fonts. --- scm/framework-ps.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2