From 3155440e89c50539905ce3c183686ebe48fe4cf2 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Tue, 17 Mar 2009 21:22:58 +0000 Subject: [PATCH] Error message nitpicks. --- scm/lily-library.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scm/lily-library.scm b/scm/lily-library.scm index 3cc4c5201b..b70af4ec53 100644 --- a/scm/lily-library.scm +++ b/scm/lily-library.scm @@ -637,16 +637,16 @@ possibly turned off." (define-public (version-not-seen-message input-file-name) (ly:message - "~a:0: ~a: ~a" + "~a:0: ~a ~a" input-file-name - (_ "warning: ") + (_ "warning:") (format #f (_ "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) (ly:message - "~a:0: ~a: ~a" + "~a:0: ~a ~a" input-file-name - (_ "warning: ") + (_ "warning:") (_ "old relative compatibility not used"))) -- 2.11.4.GIT