]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/lilylib.py
Merge master into nested-bookparts
[lilypond.git] / python / lilylib.py
index 15b654f84c9fcc3bee7efaab98522fb3490c5a2a..27dd98deabeea5ee439f538467a2065a537c37cb 100644 (file)
@@ -72,7 +72,7 @@ def require_python_version ():
     if sys.hexversion < 0x02040000:
         stderr_write ("Python 2.4 or newer is required to run this program.\n\
 Please upgrade Python from http://python.org/download/, and if you use MacOS X,\n\
-please read installation instructions in Application usage.")
+please read 'Setup for MacOS X' in Application Usage.")
         os.system ("open http://python.org/download/")
         sys.exit (2)