]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily-library.scm
Make a warning message more polite, and clarify failed octave check.
[lilypond.git] / scm / lily-library.scm
index 2e7fde27636932dcb0448afa89d824fbe8cb02d2..8d12c350d796505eb9d9927bd7e6dcc7fbad1f4d 100644 (file)
@@ -488,7 +488,7 @@ possibly turned off."
    (string-append
     input-file-name ": 0: " (_ "warning: ")
    (format #f
-          (_ "no \\version statement found,  add~afor future compatibility")
+          (_ "no \\version statement found, please add~afor future compatibility")
           (format #f "\n\n\\version ~s\n\n" (lilypond-version))))))
 
 (define-public (old-relative-not-used-message input-file-name)