diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-04 13:06:14 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-04 13:06:14 (GMT) |
commit | dd614fdc51fca690be1d7c1f44d06e235f6ba1e7 (patch) | |
tree | 926474445a309ed12ea0bfed13350bb675cd50d4 /Mac/OSXResources/app/Resources/English.lproj | |
parent | 66b84832477258a009dbc011f1ac20a42495d220 (diff) | |
download | cpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.zip cpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.tar.gz cpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.tar.bz2 |
Fixed lots of minor issues found by Edward Moy: incorrect version
strings, non-standard naming of things in bundles, etc.
Diffstat (limited to 'Mac/OSXResources/app/Resources/English.lproj')
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings index 5f8924e..c1d1dfd 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings +++ b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings @@ -1,7 +1,7 @@ /* Localized versions of Info.plist keys */ CFBundleName = "Python"; -CFBundleShortVersionString = "Python Interpreter version 2.3"; -CFBundleGetInfoString = "Python Interpreter version 2.3, (c) 2002 Python Software Foundation."; -CFBundleLongVersionString = "2.3, (c) 2002 Python Software Foundation."; -NSHumanReadableCopyright = "Copyright 2002 Python Software Foundation."; +CFBundleShortVersionString = "2.3"; +CFBundleGetInfoString = "2.3, (c) 2003 Python Software Foundation."; +CFBundleLongVersionString = "2.3, (c) 2003 Python Software Foundation."; +NSHumanReadableCopyright = "Copyright 2003 Python Software Foundation."; |