]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter.cc
release: 1.3.152
[lilypond.git] / lily / paper-outputter.cc
index bfe92de4b87c164803bf84f4f7d60d6d15053235..c146d194a3edbc5ecbbe3761e9808dc176184ebb 100644 (file)
@@ -229,7 +229,7 @@ Paper_outputter::write_header_field_to_file (String filename, String key, String
 {
   if (filename != "-")
     filename += String (".") + key;
-  progress_indication (_f ("writing header field %s to %s...",
+  progress_indication (_f ("writing header field `%s' to `%s'...",
                           key,
                           filename == "-" ? String ("<stdout>") : filename));