]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/warn.cc
* buildscripts/lilypond.words.py: remove.
[lilypond.git] / flower / warn.cc
index a987c14d4ab7329dd2d7a0605cd08d1fa245f547..40a2b8a3318a156ee3a71593240a83f09c80a718 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <stdlib.h>
@@ -41,7 +41,7 @@ error (String s)
 void
 programming_error (String s)
 {
-  message (_f ("programming error: %s (Continuing; cross thumbs)\n",
+  message (_f ("programming error: %s (Continuing; crossing fingers)\n",
               s.to_str0 ()));
 }