X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fconvert-ly.py;h=481ae745a340889c2acdf396c076c956239d83fa;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=7affd1bd255326f44dea783ead14fc295388a49e;hpb=1aea74028c07ffd9d3681ff6b3046d17fb5dddbd;p=lilypond.git diff --git a/scripts/convert-ly.py b/scripts/convert-ly.py index 7affd1bd25..481ae745a3 100644 --- a/scripts/convert-ly.py +++ b/scripts/convert-ly.py @@ -4,7 +4,7 @@ # # source file of the GNU LilyPond music typesetter # -# (c) 1998--2007 Han-Wen Nienhuys +# (c) 1998--2008 Han-Wen Nienhuys # Jan Nieuwenhuizen # # converting rules are found in python/convertrules.py @@ -174,7 +174,7 @@ string.""" error_file_write ('\n' + _ ("Error while converting") + '\n' - + _ ("Stopping at last succesful rule") + + _ ("Stopping at last successful rule") + '\n') return (last_conversion, str)