]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarification from Werner.
authorGraham Percival <graham@percival-music.ca>
Mon, 30 Jan 2006 22:44:09 +0000 (22:44 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 30 Jan 2006 22:44:09 +0000 (22:44 +0000)
ChangeLog
scm/document-translation.scm

index e15ad0efacba9fa0df213188075e3f3b47399c5e..9d88b09df0b96547f50b4b105d50bf2b7013117d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-30  Graham Percival  <gpermus@gmail.com>
+
+       * scm/document-translation.scm: clarify "this context is also
+       known as".  Thanks, Werner!
+
 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scm/lily.scm (define-scheme-options): rename option
index 785d5f89661f2c269a5bc08277c83d88c145a616..9b4d7a23f6e252cb611cba3d34511b9c3f982b48 100644 (file)
       (string-append 
        desc
        (if (pair? aliases)
-          (string-append "\n\n This context is also known as: \n\n"
+          (string-append "\n\n This context also accepts commands for the following context(s):\n\n"
                          (human-listify aliases))
           "")
        "\n\nThis context creates the following layout objects: \n\n"